dpkg-buildpackage -rfakeroot -us -uc dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: info: source package libembedlog dpkg-buildpackage: info: source version 0.5.0 dpkg-buildpackage: info: source distribution stretch dpkg-buildpackage: info: source changed by Michał Łyszczek dpkg-source --before-build embedlog dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --list-missing --with autoreconf dh_testdir -O--list-missing dh_auto_clean -O--list-missing dh_autoreconf_clean -O--list-missing dh_clean -O--list-missing rm -f debian/debhelper-build-stamp rm -f debian/libembedlog0.substvars rm -f debian/libembedlog0.*.debhelper rm -rf debian/libembedlog0/ rm -f debian/libembedlog-dev.substvars rm -f debian/libembedlog-dev.*.debhelper rm -rf debian/libembedlog-dev/ rm -rf debian/.debhelper/ rm -f debian/*.debhelper.log rm -f debian/files find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} + \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) rm -f *-stamp dpkg-source -b embedlog dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building libembedlog in libembedlog_0.5.0.tar.xz dpkg-source: info: building libembedlog in libembedlog_0.5.0.dsc debian/rules build dh build --list-missing --with autoreconf dh_testdir -O--list-missing dh_update_autotools_config -O--list-missing dh_autoreconf -O--list-missing find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + > debian/autoreconf.before autoreconf -f -i libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:4: installing './compile' configure.ac:6: installing './config.guess' configure.ac:6: installing './config.sub' configure.ac:2: installing './install-sh' configure.ac:2: installing './missing' examples/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + > debian/autoreconf.after dh_auto_configure -O--list-missing ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for gcc option to accept ISO C89... (cached) none needed checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for library containing pow... -lm checking for snprintf... yes checking for access... yes checking for stat... yes checking for fsync... yes checking for fileno... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/embedlog.h config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating tst/Makefile config.status: creating man/Makefile config.status: creating examples/Makefile config.status: creating www/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode embedlog compilation configuration summary print to stderr............. : yes print to file............... : yes print to tty................ : yes print to custom routine..... : yes print timestamp enabled..... : yes print fractions of seconds.. : yes clock_realtime timestamp.... : yes clock_monotonic timestamp... : yes clock() timestamp........... : yes print prefix with each msg.. : yes print file info with log.... : yes print function info with log : yes force portable snprintf..... : no binary logs................. : no colorize output............. : yes extended colors............. : no reentrant functions......... : yes enable pthread support...... : yes maximum prefix length....... : 128 maximum file length......... : 32 maximum function namelength. : 32 maximum log message......... : 8192 maximum path length......... : 4096 pmemory line size........... : 16 dh_auto_build -O--list-missing make -j1 make[1]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' make all-recursive make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' Making all in include make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/include' Making all in src make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-options.lo `test -f 'el-options.c' || echo './'`el-options.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-options.c -fPIC -DPIC -o .libs/libembedlog_la-el-options.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-options.c -o libembedlog_la-el-options.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-perror.lo `test -f 'el-perror.c' || echo './'`el-perror.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-perror.c -fPIC -DPIC -o .libs/libembedlog_la-el-perror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-perror.c -o libembedlog_la-el-perror.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-pmemory.lo `test -f 'el-pmemory.c' || echo './'`el-pmemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-pmemory.c -fPIC -DPIC -o .libs/libembedlog_la-el-pmemory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-pmemory.c -o libembedlog_la-el-pmemory.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-print.lo `test -f 'el-print.c' || echo './'`el-print.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-print.c -fPIC -DPIC -o .libs/libembedlog_la-el-print.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-print.c -o libembedlog_la-el-print.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-puts.lo `test -f 'el-puts.c' || echo './'`el-puts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-puts.c -fPIC -DPIC -o .libs/libembedlog_la-el-puts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-puts.c -o libembedlog_la-el-puts.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-ts.lo `test -f 'el-ts.c' || echo './'`el-ts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-ts.c -fPIC -DPIC -o .libs/libembedlog_la-el-ts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-ts.c -o libembedlog_la-el-ts.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-flush.lo `test -f 'el-flush.c' || echo './'`el-flush.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-flush.c -fPIC -DPIC -o .libs/libembedlog_la-el-flush.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-flush.c -o libembedlog_la-el-flush.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-snprintf.lo `test -f 'snprintf.c' || echo './'`snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c snprintf.c -fPIC -DPIC -o .libs/libembedlog_la-snprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c snprintf.c -o libembedlog_la-snprintf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-file.lo `test -f 'el-file.c' || echo './'`el-file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-file.c -fPIC -DPIC -o .libs/libembedlog_la-el-file.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-file.c -o libembedlog_la-el-file.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-tty.lo `test -f 'el-tty.c' || echo './'`el-tty.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-tty.c -fPIC -DPIC -o .libs/libembedlog_la-el-tty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-tty.c -o libembedlog_la-el-tty.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c -o libembedlog_la-el-lock.lo `test -f 'el-lock.c' || echo './'`el-lock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-lock.c -fPIC -DPIC -o .libs/libembedlog_la-el-lock.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I/usr/bofc/include -g -pthread -c el-lock.c -o libembedlog_la-el-lock.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -I../include -I/usr/bofc/include -g -pthread -version-info 5:0:5 -L/usr/bofc/lib -o libembedlog.la -rpath /usr/lib/x86_64-linux-gnu libembedlog_la-el-options.lo libembedlog_la-el-perror.lo libembedlog_la-el-pmemory.lo libembedlog_la-el-print.lo libembedlog_la-el-puts.lo libembedlog_la-el-ts.lo libembedlog_la-el-flush.lo libembedlog_la-snprintf.lo libembedlog_la-el-file.lo libembedlog_la-el-tty.lo libembedlog_la-el-lock.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libembedlog_la-el-options.o .libs/libembedlog_la-el-perror.o .libs/libembedlog_la-el-pmemory.o .libs/libembedlog_la-el-print.o .libs/libembedlog_la-el-puts.o .libs/libembedlog_la-el-ts.o .libs/libembedlog_la-el-flush.o .libs/libembedlog_la-snprintf.o .libs/libembedlog_la-el-file.o .libs/libembedlog_la-el-tty.o .libs/libembedlog_la-el-lock.o -L/usr/bofc/lib -lm -g -pthread -pthread -Wl,-soname -Wl,libembedlog.so.0 -o .libs/libembedlog.so.0.5.0 libtool: link: (cd ".libs" && rm -f "libembedlog.so.0" && ln -s "libembedlog.so.0.5.0" "libembedlog.so.0") libtool: link: (cd ".libs" && rm -f "libembedlog.so" && ln -s "libembedlog.so.0.5.0" "libembedlog.so") libtool: link: ar cru .libs/libembedlog.a libembedlog_la-el-options.o libembedlog_la-el-perror.o libembedlog_la-el-pmemory.o libembedlog_la-el-print.o libembedlog_la-el-puts.o libembedlog_la-el-ts.o libembedlog_la-el-flush.o libembedlog_la-snprintf.o libembedlog_la-el-file.o libembedlog_la-el-tty.o libembedlog_la-el-lock.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libembedlog.a libtool: link: ( cd ".libs" && rm -f "libembedlog.la" && ln -s "../libembedlog.la" "libembedlog.la" ) make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/src' Making all in tst make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' Making all in man make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/man' Making all in examples make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/examples' Making all in www make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[1]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' rm -f debian/*.debhelper.log debian/rules override_dh_auto_test make[1]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' LD_LIBRARY_PATH=/usr/bofc/lib /usr/bin/make check make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' Making check in include make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/include' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/include' Making check in src make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/src' Making check in tst make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' /usr/bin/make test make[4]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-options.o `test -f 'el-options.c' || echo './'`el-options.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-perror.o `test -f 'el-perror.c' || echo './'`el-perror.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-pmemory.o `test -f 'el-pmemory.c' || echo './'`el-pmemory.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-print.o `test -f 'el-print.c' || echo './'`el-print.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-puts.o `test -f 'el-puts.c' || echo './'`el-puts.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-ts.o `test -f 'el-ts.c' || echo './'`el-ts.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-flush.o `test -f 'el-flush.c' || echo './'`el-flush.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-snprintf.o `test -f 'snprintf.c' || echo './'`snprintf.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-file.o `test -f 'el-file.c' || echo './'`el-file.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-tty.o `test -f 'el-tty.c' || echo './'`el-tty.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-el-lock.o `test -f 'el-lock.c' || echo './'`el-lock.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-main.o `test -f 'main.c' || echo './'`main.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-options.o `test -f 'test-el-options.c' || echo './'`test-el-options.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-print.o `test -f 'test-el-print.c' || echo './'`test-el-print.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-file.o `test -f 'test-el-file.c' || echo './'`test-el-file.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-perror.o `test -f 'test-el-perror.c' || echo './'`test-el-perror.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-pmemory.o `test -f 'test-el-pmemory.c' || echo './'`test-el-pmemory.c gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -c -o test-test-el-pbinary.o `test -f 'test-el-pbinary.c' || echo './'`test-el-pbinary.c /bin/bash ../libtool --tag=CC --mode=link gcc -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -L/usr/local/lib -L/usr/lib -L/usr/bofc/lib -o test test-el-options.o test-el-perror.o test-el-pmemory.o test-el-print.o test-el-puts.o test-el-ts.o test-el-flush.o test-snprintf.o test-el-file.o test-el-tty.o test-el-lock.o test-main.o test-test-el-options.o test-test-el-print.o test-test-el-file.o test-test-el-perror.o test-test-el-pmemory.o test-test-el-pbinary.o -lrb -lm libtool: link: gcc -I../include -I../src -I/usr/local/include -I/usr/include -DRUN_TESTS=1 -I/usr/bofc/include -g -pthread -o test test-el-options.o test-el-perror.o test-el-pmemory.o test-el-print.o test-el-puts.o test-el-ts.o test-el-flush.o test-snprintf.o test-el-file.o test-el-tty.o test-el-lock.o test-main.o test-test-el-options.o test-test-el-print.o test-test-el-file.o test-test-el-perror.o test-test-el-pmemory.o test-test-el-pbinary.o -L/usr/local/lib -L/usr/lib -L/usr/bofc/lib /usr/bofc/lib/librb.so -lm -pthread -Wl,-rpath -Wl,/usr/bofc/lib -Wl,-rpath -Wl,/usr/bofc/lib make[4]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' /usr/bin/make check-TESTS make[4]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[5]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' PASS: test 1 - options_init PASS: test 2 - options_init_einval PASS: test 3 - options_level_set PASS: test 4 - options_fsync_level_set PASS: test 5 - options_output PASS: test 6 - options_log_allowed PASS: test 7 - options_opt_print_level PASS: test 8 - options_opt_colors PASS: test 9 - options_opt_timestamp PASS: test 10 - options_opt_timestamp_timer PASS: test 11 - options_opt_timestamp_fraction PASS: test 12 - options_ooption_test PASS: test 13 - options_einval PASS: test 14 - options_prefix PASS: test 15 - options_global_el_after_el_cleanup PASS: test 16 - options_set_funcinfo PASS: test 17 - options_get_global_el PASS: test 18 - print_threaded PASS: test 19 - print_different_clocks PASS: test 20 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 31 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 32 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 33 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 34 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 35 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 36 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 37 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 38 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 39 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 40 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 41 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 42 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 43 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 44 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 45 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 46 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 47 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 48 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 49 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 50 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 51 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 52 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 53 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 54 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 55 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 56 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 57 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 58 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 59 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 60 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 61 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 62 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 63 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 64 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 65 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 66 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 67 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 68 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 69 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 70 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 71 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 72 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 73 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 74 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 75 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 76 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 77 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 78 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 79 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 80 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 81 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 82 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 83 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 84 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 85 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 86 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 87 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 88 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 89 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 90 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 91 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 92 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 93 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 94 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 95 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 96 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 97 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 98 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 99 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 100 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 101 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 102 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 103 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 104 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 105 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 106 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 107 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 108 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 109 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 110 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 111 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 112 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 113 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 114 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 115 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 116 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 117 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 118 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 119 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 120 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 121 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 122 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 123 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 124 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 125 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 126 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 127 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 128 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 129 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 130 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 131 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 132 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 133 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 134 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 135 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 136 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 137 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 138 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 139 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 140 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 141 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 142 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 143 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 144 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 145 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 146 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 147 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 148 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 149 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 150 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 151 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 152 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 153 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 154 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 155 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 156 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 157 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 158 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 159 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 160 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 161 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 162 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 163 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 164 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 165 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 166 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 167 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 168 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 169 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 170 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 171 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 172 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 173 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 174 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 175 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 176 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 177 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 178 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 179 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 180 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 181 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 182 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 183 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 184 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 185 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 186 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 187 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 188 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 189 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 190 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 191 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 192 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 193 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 194 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 195 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 196 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 197 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 198 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 199 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 200 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 201 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 202 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 203 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 204 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 205 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 206 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 207 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 208 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 209 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 210 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 211 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 212 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 213 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 214 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 215 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 216 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 217 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 218 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 219 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 220 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 221 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 222 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 223 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 224 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 225 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 226 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 227 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 228 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 229 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 230 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 231 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 232 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 233 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 234 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 235 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 236 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 237 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 238 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 239 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 240 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 241 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 242 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 243 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 244 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 245 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 246 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 247 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 248 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 249 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 250 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 251 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 252 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 253 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 254 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 255 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 256 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 257 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 258 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 259 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 260 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 261 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 262 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 263 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 264 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 265 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 266 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 267 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 268 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 269 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 270 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 271 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 272 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 273 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 274 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 275 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 276 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 277 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 278 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 279 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 280 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 281 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 282 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 283 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 284 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 285 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 286 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 287 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 288 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 289 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 290 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 291 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 292 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 293 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 294 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 295 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 296 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 297 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 298 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 299 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 300 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 301 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 302 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 303 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 304 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 305 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 306 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 307 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 308 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 309 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 310 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 311 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 312 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 313 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 314 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 315 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 316 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 317 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 318 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 319 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 320 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 321 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 322 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 323 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 324 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 325 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 326 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 327 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 328 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 329 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 330 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 331 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 332 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 333 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 334 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 335 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 336 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 337 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 338 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 339 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 340 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 341 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 342 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 343 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 344 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 345 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 346 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 347 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 348 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 349 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 350 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 351 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 352 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 353 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 354 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 355 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 356 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 357 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 358 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 359 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 360 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 361 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 362 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 363 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 364 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 365 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 366 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 367 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 368 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 369 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 370 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 371 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 372 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 373 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 374 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 375 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 376 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 377 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 378 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 379 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 380 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 381 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 382 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 383 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 384 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 385 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 386 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 387 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 388 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 389 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 390 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 391 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 392 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 393 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 394 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 395 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 396 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 397 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 398 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 399 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 400 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 401 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 402 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 403 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 404 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 405 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 406 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 407 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 408 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 409 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 410 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 411 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 412 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 413 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 414 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 415 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 416 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 417 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 418 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 419 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 420 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 421 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 422 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 423 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 424 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 425 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 426 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 427 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 428 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 429 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 430 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 431 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 432 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 433 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 434 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 435 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 436 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 437 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 438 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 439 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 440 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 441 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 442 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 443 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 444 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 445 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 446 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 447 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 448 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 449 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 450 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 451 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 452 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 453 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 454 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 455 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 456 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 457 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 458 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 459 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 460 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 461 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 462 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 463 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 464 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 465 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 466 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 467 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 468 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 469 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 470 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 471 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 472 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 473 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 474 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 475 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 476 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 477 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 478 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 479 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 480 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 481 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 482 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 483 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 484 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 485 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 486 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 487 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 488 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 489 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 490 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 491 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 492 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 493 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 494 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 495 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 496 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 497 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 498 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 499 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 500 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 501 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 502 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 503 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 504 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 505 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 506 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 507 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 508 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 509 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 510 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 511 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 512 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 513 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 514 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 515 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 516 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 517 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 518 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 519 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 520 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 521 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 522 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 523 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 524 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 525 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 526 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 527 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 528 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 529 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 530 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 531 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 532 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 533 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 534 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 535 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 536 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 537 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 538 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 539 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 540 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 541 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 542 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 543 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 544 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 545 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 546 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 547 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 548 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 549 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 550 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 551 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 552 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 553 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 554 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 555 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 556 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 557 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 558 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 559 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 560 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 561 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 562 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 563 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 564 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 565 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 566 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 567 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 568 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 569 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 570 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 571 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 572 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 573 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 574 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 575 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 576 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 577 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 578 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 579 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 580 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 581 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 582 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 583 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 584 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 585 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 586 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 587 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 588 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 589 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 590 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 591 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 592 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 593 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 594 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 595 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 596 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 597 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 598 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 599 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 600 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 601 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 602 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 603 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 604 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 605 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 606 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 607 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 608 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 609 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 610 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 611 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 612 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 613 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 614 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 615 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 616 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 617 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 618 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 619 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 620 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 621 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 622 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 623 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 624 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 625 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 626 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 627 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 628 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 629 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 630 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 631 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 632 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 633 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 634 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 635 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 636 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 637 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 638 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 639 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 640 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 641 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 642 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 643 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 644 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 645 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 646 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 647 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 648 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 649 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 650 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 651 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 652 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 653 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 654 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 655 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 656 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 657 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 658 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 659 - print_mix_of_everything: level: 0, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 660 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 661 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 662 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 663 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 664 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 665 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 666 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 667 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 668 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 669 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 670 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 671 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 672 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 673 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 674 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 675 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 676 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 677 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 678 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 679 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 680 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 681 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 682 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 683 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 684 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 685 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 686 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 687 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 688 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 689 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 690 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 691 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 692 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 693 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 694 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 695 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 696 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 697 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 698 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 699 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 700 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 701 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 702 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 703 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 704 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 705 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 706 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 707 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 708 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 709 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 710 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 711 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 712 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 713 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 714 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 715 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 716 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 717 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 718 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 719 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 720 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 721 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 722 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 723 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 724 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 725 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 726 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 727 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 728 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 729 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 730 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 731 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 732 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 733 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 734 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 735 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 736 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 737 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 738 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 739 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 740 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 741 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 742 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 743 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 744 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 745 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 746 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 747 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 748 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 749 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 750 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 751 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 752 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 753 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 754 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 755 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 756 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 757 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 758 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 759 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 760 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 761 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 762 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 763 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 764 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 765 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 766 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 767 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 768 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 769 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 770 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 771 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 772 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 773 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 774 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 775 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 776 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 777 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 778 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 779 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 780 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 781 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 782 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 783 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 784 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 785 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 786 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 787 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 788 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 789 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 790 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 791 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 792 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 793 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 794 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 795 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 796 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 797 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 798 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 799 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 800 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 801 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 802 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 803 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 804 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 805 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 806 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 807 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 808 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 809 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 810 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 811 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 812 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 813 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 814 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 815 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 816 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 817 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 818 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 819 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 820 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 821 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 822 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 823 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 824 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 825 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 826 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 827 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 828 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 829 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 830 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 831 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 832 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 833 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 834 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 835 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 836 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 837 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 838 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 839 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 840 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 841 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 842 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 843 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 844 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 845 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 846 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 847 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 848 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 849 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 850 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 851 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 852 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 853 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 854 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 855 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 856 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 857 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 858 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 859 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 860 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 861 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 862 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 863 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 864 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 865 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 866 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 867 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 868 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 869 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 870 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 871 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 872 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 873 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 874 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 875 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 876 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 877 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 878 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 879 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 880 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 881 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 882 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 883 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 884 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 885 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 886 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 887 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 888 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 889 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 890 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 891 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 892 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 893 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 894 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 895 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 896 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 897 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 898 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 899 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 900 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 901 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 902 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 903 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 904 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 905 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 906 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 907 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 908 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 909 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 910 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 911 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 912 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 913 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 914 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 915 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 916 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 917 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 918 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 919 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 920 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 921 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 922 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 923 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 924 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 925 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 926 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 927 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 928 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 929 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 930 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 931 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 932 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 933 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 934 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 935 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 936 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 937 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 938 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 939 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 940 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 941 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 942 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 943 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 944 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 945 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 946 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 947 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 948 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 949 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 950 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 951 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 952 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 953 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 954 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 955 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 956 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 957 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 958 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 959 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 960 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 961 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 962 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 963 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 964 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 965 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 966 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 967 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 968 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 969 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 970 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 971 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 972 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 973 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 974 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 975 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 976 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 977 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 978 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 979 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 980 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 981 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 982 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 983 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 984 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 985 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 986 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 987 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 988 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 989 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 990 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 991 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 992 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 993 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 994 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 995 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 996 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 997 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 998 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 999 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1000 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1001 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1002 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1003 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1004 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1005 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1006 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1007 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1008 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1009 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1010 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1011 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1012 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1013 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1014 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1015 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1016 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1017 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1018 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1019 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1020 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1021 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1022 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1023 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1024 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1025 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1026 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1027 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1028 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1029 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1030 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1031 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1032 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1033 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1034 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1035 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1036 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1037 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1038 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1039 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1040 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1041 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1042 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1043 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1044 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1045 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1046 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1047 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1048 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1049 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1050 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1051 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1052 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1053 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1054 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1055 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1056 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1057 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1058 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1059 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1060 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1061 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1062 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1063 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1064 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1065 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1066 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1067 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1068 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1069 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1070 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1071 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1072 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1073 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1074 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1075 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1076 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1077 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1078 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1079 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1080 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1081 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1082 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1083 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1084 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1085 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1086 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1087 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1088 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1089 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1090 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1091 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1092 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1093 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1094 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1095 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1096 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1097 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1098 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1099 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1100 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1101 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1102 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1103 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1104 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1105 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1106 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1107 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1108 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1109 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1110 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1111 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1112 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1113 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1114 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1115 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1116 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1117 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1118 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1119 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1120 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1121 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1122 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1123 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1124 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1125 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1126 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1127 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1128 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1129 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1130 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1131 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1132 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1133 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1134 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1135 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1136 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1137 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1138 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1139 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1140 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1141 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1142 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1143 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1144 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1145 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1146 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1147 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1148 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1149 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1150 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1151 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1152 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1153 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1154 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1155 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1156 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1157 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1158 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1159 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1160 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1161 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1162 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1163 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1164 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1165 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1166 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1167 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1168 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1169 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1170 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1171 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1172 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1173 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1174 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1175 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1176 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1177 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1178 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1179 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1180 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1181 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1182 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1183 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1184 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1185 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1186 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1187 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1188 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1189 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1190 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1191 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1192 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1193 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1194 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1195 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1196 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1197 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1198 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1199 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1200 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1201 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1202 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1203 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1204 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1205 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1206 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1207 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1208 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1209 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1210 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1211 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1212 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1213 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1214 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1215 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1216 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1217 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1218 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1219 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1220 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1221 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1222 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1223 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1224 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1225 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1226 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1227 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1228 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1229 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1230 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1231 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1232 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1233 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1234 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1235 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1236 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1237 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1238 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1239 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1240 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1241 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1242 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1243 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1244 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1245 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1246 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1247 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1248 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1249 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1250 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1251 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1252 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1253 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1254 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1255 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1256 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1257 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1258 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1259 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1260 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1261 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1262 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1263 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1264 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1265 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1266 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1267 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1268 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1269 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1270 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1271 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1272 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1273 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1274 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1275 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1276 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1277 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1278 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1279 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1280 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1281 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1282 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1283 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1284 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1285 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1286 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1287 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1288 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1289 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1290 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1291 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1292 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1293 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1294 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1295 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1296 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1297 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1298 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1299 - print_mix_of_everything: level: 0, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1300 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1301 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1302 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1303 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1304 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1305 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1306 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1307 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1308 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1309 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1310 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1311 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1312 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1313 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1314 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1315 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1316 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1317 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1318 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1319 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1320 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1321 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1322 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1323 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1324 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1325 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1326 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1327 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1328 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1329 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1330 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1331 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1332 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1333 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1334 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1335 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1336 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1337 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1338 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1339 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1340 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1341 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1342 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1343 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1344 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1345 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1346 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1347 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1348 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1349 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1350 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1351 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1352 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1353 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1354 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1355 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1356 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1357 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1358 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1359 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1360 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1361 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1362 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1363 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1364 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1365 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1366 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1367 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1368 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1369 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1370 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1371 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1372 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1373 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1374 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1375 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1376 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1377 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1378 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1379 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1380 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1381 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1382 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1383 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1384 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1385 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1386 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1387 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1388 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1389 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1390 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1391 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1392 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1393 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1394 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1395 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1396 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1397 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1398 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1399 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1400 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1401 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1402 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1403 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1404 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1405 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1406 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1407 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1408 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1409 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1410 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1411 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1412 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1413 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1414 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1415 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1416 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1417 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1418 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1419 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1420 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1421 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1422 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1423 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1424 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1425 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1426 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1427 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1428 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1429 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1430 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1431 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1432 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1433 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1434 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1435 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1436 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1437 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1438 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1439 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1440 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1441 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1442 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1443 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1444 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1445 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1446 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1447 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1448 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1449 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1450 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1451 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1452 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1453 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1454 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1455 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1456 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1457 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1458 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1459 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1460 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1461 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1462 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1463 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1464 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1465 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1466 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1467 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1468 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1469 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1470 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1471 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1472 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1473 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1474 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1475 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1476 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1477 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1478 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1479 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1480 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1481 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1482 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1483 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1484 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1485 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1486 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1487 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1488 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1489 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1490 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1491 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1492 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1493 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1494 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1495 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1496 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1497 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1498 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1499 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1500 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1501 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1502 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1503 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1504 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1505 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1506 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1507 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1508 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1509 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1510 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1511 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1512 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1513 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1514 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1515 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1516 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1517 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1518 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1519 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1520 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1521 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1522 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1523 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1524 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1525 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1526 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1527 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1528 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1529 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1530 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1531 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1532 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1533 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1534 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1535 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1536 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1537 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1538 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1539 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1540 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1541 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1542 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1543 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1544 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1545 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1546 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1547 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1548 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1549 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1550 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1551 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1552 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1553 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1554 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1555 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1556 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1557 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1558 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1559 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1560 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1561 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1562 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1563 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1564 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1565 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1566 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1567 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1568 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1569 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1570 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1571 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1572 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1573 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1574 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1575 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1576 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1577 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1578 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1579 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1580 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1581 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1582 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1583 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1584 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1585 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1586 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1587 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1588 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1589 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1590 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1591 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1592 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1593 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1594 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1595 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1596 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1597 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1598 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1599 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1600 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1601 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1602 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1603 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1604 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1605 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1606 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1607 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1608 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1609 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1610 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1611 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1612 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1613 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1614 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1615 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1616 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1617 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1618 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1619 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1620 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1621 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1622 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1623 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1624 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1625 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1626 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1627 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1628 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1629 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1630 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1631 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1632 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1633 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1634 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1635 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1636 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1637 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1638 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1639 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1640 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1641 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1642 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1643 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1644 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1645 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1646 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1647 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1648 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1649 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1650 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1651 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1652 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1653 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1654 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1655 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1656 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1657 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1658 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1659 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1660 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1661 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1662 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1663 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1664 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1665 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1666 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1667 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1668 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1669 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1670 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1671 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1672 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1673 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1674 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1675 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1676 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1677 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1678 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1679 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1680 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1681 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1682 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1683 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1684 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1685 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1686 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1687 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1688 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1689 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1690 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1691 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1692 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1693 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1694 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1695 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1696 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1697 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1698 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1699 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1700 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1701 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1702 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1703 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1704 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1705 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1706 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1707 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1708 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1709 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1710 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1711 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1712 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1713 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1714 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1715 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1716 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1717 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1718 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1719 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1720 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1721 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1722 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1723 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1724 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1725 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1726 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1727 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1728 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1729 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1730 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1731 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1732 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1733 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1734 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1735 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1736 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1737 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1738 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1739 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1740 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1741 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1742 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1743 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1744 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1745 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1746 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1747 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1748 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1749 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1750 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1751 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1752 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1753 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1754 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1755 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1756 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1757 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1758 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1759 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1760 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1761 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1762 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1763 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1764 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1765 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1766 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1767 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1768 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1769 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1770 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1771 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1772 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1773 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1774 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1775 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1776 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1777 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1778 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1779 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1780 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1781 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1782 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1783 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1784 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1785 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1786 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1787 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1788 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1789 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1790 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1791 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1792 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1793 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1794 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1795 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1796 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1797 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1798 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1799 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1800 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1801 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1802 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1803 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1804 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1805 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1806 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1807 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1808 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1809 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1810 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1811 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1812 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1813 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1814 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1815 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1816 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1817 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1818 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1819 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1820 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1821 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1822 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1823 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1824 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1825 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1826 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1827 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1828 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1829 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1830 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1831 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1832 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1833 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1834 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1835 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1836 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1837 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1838 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1839 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1840 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1841 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1842 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1843 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1844 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1845 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1846 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1847 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1848 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1849 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1850 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1851 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1852 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1853 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1854 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1855 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1856 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1857 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1858 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1859 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1860 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1861 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1862 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1863 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1864 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1865 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1866 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1867 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1868 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1869 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1870 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1871 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1872 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1873 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1874 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1875 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1876 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1877 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1878 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1879 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1880 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1881 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1882 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1883 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1884 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1885 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1886 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1887 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1888 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1889 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1890 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1891 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1892 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1893 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1894 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1895 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1896 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1897 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1898 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1899 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1900 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1901 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1902 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1903 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1904 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1905 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1906 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1907 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1908 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1909 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1910 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1911 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1912 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1913 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1914 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1915 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1916 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1917 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1918 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1919 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1920 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1921 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1922 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1923 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1924 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1925 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1926 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1927 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1928 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1929 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1930 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1931 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1932 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1933 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1934 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1935 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1936 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1937 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1938 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1939 - print_mix_of_everything: level: 0, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1940 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1941 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1942 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1943 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1944 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1945 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1946 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1947 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1948 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1949 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1950 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1951 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1952 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1953 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1954 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1955 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1956 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1957 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1958 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1959 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1960 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1961 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1962 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1963 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1964 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1965 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1966 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1967 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1968 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1969 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1970 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1971 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1972 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1973 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1974 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1975 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1976 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1977 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1978 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1979 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1980 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1981 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1982 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1983 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1984 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1985 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1986 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1987 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1988 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1989 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1990 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1991 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 1992 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 1993 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 1994 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 1995 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 1996 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 1997 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 1998 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 1999 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2000 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2001 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2002 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2003 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2004 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2005 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2006 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2007 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2008 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2009 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2010 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2011 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2012 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2013 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2014 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2015 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2016 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2017 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2018 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2019 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2020 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2021 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2022 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2023 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2024 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2025 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2026 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2027 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2028 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2029 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2030 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2031 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2032 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2033 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2034 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2035 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2036 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2037 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2038 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2039 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2040 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2041 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2042 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2043 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2044 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2045 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2046 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2047 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2048 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2049 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2050 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2051 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2052 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2053 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2054 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2055 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2056 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2057 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2058 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2059 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2060 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2061 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2062 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2063 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2064 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2065 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2066 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2067 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2068 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2069 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2070 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2071 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2072 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2073 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2074 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2075 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2076 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2077 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2078 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2079 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2080 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2081 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2082 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2083 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2084 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2085 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2086 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2087 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2088 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2089 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2090 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2091 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2092 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2093 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2094 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2095 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2096 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2097 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2098 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2099 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2100 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2101 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2102 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2103 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2104 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2105 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2106 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2107 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2108 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2109 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2110 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2111 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2112 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2113 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2114 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2115 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2116 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2117 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2118 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2119 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2120 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2121 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2122 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2123 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2124 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2125 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2126 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2127 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2128 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2129 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2130 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2131 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2132 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2133 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2134 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2135 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2136 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2137 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2138 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2139 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2140 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2141 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2142 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2143 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2144 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2145 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2146 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2147 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2148 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2149 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2150 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2151 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2152 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2153 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2154 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2155 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2156 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2157 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2158 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2159 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2160 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2161 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2162 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2163 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2164 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2165 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2166 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2167 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2168 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2169 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2170 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2171 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2172 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2173 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2174 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2175 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2176 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2177 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2178 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2179 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2180 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2181 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2182 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2183 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2184 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2185 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2186 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2187 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2188 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2189 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2190 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2191 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2192 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2193 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2194 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2195 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2196 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2197 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2198 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2199 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2200 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2201 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2202 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2203 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2204 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2205 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2206 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2207 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2208 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2209 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2210 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2211 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2212 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2213 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2214 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2215 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2216 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2217 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2218 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2219 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2220 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2221 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2222 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2223 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2224 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2225 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2226 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2227 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2228 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2229 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2230 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2231 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2232 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2233 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2234 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2235 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2236 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2237 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2238 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2239 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2240 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2241 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2242 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2243 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2244 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2245 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2246 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2247 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2248 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2249 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2250 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2251 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2252 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2253 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2254 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2255 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2256 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2257 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2258 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2259 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2260 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2261 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2262 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2263 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2264 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2265 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2266 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2267 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2268 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2269 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2270 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2271 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2272 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2273 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2274 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2275 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2276 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2277 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2278 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2279 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2280 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2281 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2282 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2283 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2284 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2285 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2286 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2287 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2288 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2289 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2290 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2291 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2292 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2293 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2294 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2295 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2296 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2297 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2298 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2299 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2300 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2301 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2302 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2303 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2304 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2305 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2306 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2307 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2308 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2309 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2310 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2311 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2312 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2313 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2314 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2315 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2316 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2317 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2318 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2319 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2320 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2321 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2322 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2323 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2324 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2325 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2326 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2327 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2328 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2329 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2330 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2331 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2332 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2333 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2334 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2335 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2336 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2337 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2338 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2339 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2340 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2341 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2342 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2343 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2344 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2345 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2346 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2347 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2348 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2349 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2350 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2351 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2352 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2353 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2354 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2355 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2356 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2357 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2358 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2359 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2360 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2361 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2362 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2363 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2364 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2365 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2366 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2367 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2368 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2369 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2370 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2371 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2372 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2373 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2374 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2375 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2376 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2377 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2378 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2379 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2380 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2381 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2382 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2383 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2384 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2385 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2386 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2387 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2388 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2389 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2390 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2391 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2392 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2393 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2394 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2395 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2396 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2397 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2398 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2399 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2400 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2401 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2402 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2403 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2404 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2405 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2406 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2407 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2408 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2409 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2410 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2411 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2412 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2413 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2414 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2415 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2416 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2417 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2418 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2419 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2420 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2421 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2422 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2423 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2424 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2425 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2426 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2427 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2428 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2429 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2430 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2431 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2432 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2433 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2434 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2435 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2436 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2437 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2438 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2439 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2440 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2441 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2442 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2443 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2444 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2445 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2446 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2447 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2448 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2449 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2450 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2451 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2452 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2453 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2454 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2455 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2456 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2457 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2458 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2459 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2460 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2461 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2462 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2463 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2464 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2465 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2466 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2467 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2468 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2469 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2470 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2471 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2472 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2473 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2474 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2475 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2476 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2477 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2478 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2479 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2480 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2481 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2482 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2483 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2484 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2485 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2486 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2487 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2488 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2489 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2490 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2491 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2492 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2493 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2494 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2495 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2496 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2497 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2498 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2499 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2500 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2501 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2502 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2503 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2504 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2505 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2506 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2507 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2508 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2509 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2510 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2511 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2512 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2513 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2514 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2515 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2516 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2517 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2518 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2519 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2520 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2521 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2522 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2523 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2524 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2525 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2526 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2527 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2528 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2529 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2530 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2531 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2532 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2533 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2534 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2535 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2536 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2537 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2538 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2539 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2540 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2541 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2542 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2543 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2544 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2545 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2546 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2547 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2548 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2549 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2550 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2551 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2552 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2553 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2554 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2555 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2556 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2557 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2558 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2559 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2560 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2561 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2562 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2563 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2564 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2565 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2566 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2567 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2568 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2569 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2570 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2571 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2572 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2573 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2574 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2575 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2576 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2577 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2578 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2579 - print_mix_of_everything: level: 0, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2580 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2581 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2582 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2583 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2584 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2585 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2586 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2587 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2588 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2589 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2590 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2591 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2592 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2593 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2594 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2595 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2596 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2597 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2598 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2599 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2600 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2601 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2602 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2603 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2604 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2605 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2606 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2607 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2608 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2609 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2610 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2611 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2612 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2613 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2614 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2615 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2616 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2617 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2618 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2619 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2620 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2621 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2622 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2623 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2624 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2625 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2626 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2627 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2628 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2629 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2630 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2631 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2632 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2633 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2634 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2635 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2636 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2637 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2638 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2639 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2640 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2641 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2642 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2643 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2644 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2645 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2646 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2647 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2648 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2649 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2650 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2651 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2652 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2653 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2654 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2655 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2656 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2657 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2658 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2659 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2660 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2661 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2662 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2663 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2664 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2665 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2666 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2667 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2668 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2669 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2670 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2671 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2672 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2673 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2674 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2675 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2676 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2677 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2678 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2679 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2680 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2681 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2682 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2683 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2684 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2685 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2686 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2687 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2688 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2689 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2690 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2691 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2692 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2693 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2694 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2695 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2696 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2697 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2698 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2699 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2700 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2701 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2702 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2703 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2704 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2705 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2706 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2707 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2708 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2709 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2710 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2711 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2712 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2713 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2714 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2715 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2716 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2717 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2718 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2719 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2720 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2721 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2722 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2723 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2724 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2725 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2726 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2727 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2728 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2729 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2730 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2731 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2732 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2733 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2734 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2735 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2736 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2737 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2738 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2739 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2740 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2741 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2742 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2743 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2744 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2745 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2746 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2747 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2748 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2749 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2750 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2751 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2752 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2753 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2754 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2755 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2756 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2757 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2758 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2759 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2760 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2761 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2762 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2763 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2764 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2765 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2766 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2767 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2768 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2769 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2770 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2771 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2772 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2773 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2774 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2775 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2776 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2777 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2778 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2779 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2780 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2781 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2782 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2783 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2784 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2785 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2786 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2787 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2788 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2789 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2790 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2791 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2792 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2793 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2794 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2795 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2796 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2797 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2798 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2799 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2800 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2801 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2802 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2803 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2804 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2805 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2806 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2807 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2808 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2809 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2810 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2811 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2812 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2813 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2814 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2815 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2816 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2817 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2818 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2819 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2820 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2821 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2822 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2823 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2824 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2825 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2826 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2827 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2828 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2829 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2830 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2831 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2832 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2833 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2834 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2835 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2836 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2837 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2838 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2839 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2840 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2841 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2842 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2843 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2844 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2845 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2846 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2847 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2848 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2849 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2850 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2851 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2852 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2853 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2854 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2855 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2856 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2857 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2858 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2859 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2860 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2861 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2862 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2863 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2864 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2865 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2866 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2867 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2868 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2869 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2870 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2871 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2872 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2873 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2874 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2875 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2876 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2877 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2878 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2879 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2880 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2881 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2882 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2883 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2884 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2885 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2886 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2887 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2888 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2889 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2890 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2891 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2892 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2893 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2894 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2895 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2896 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2897 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2898 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2899 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2900 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2901 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2902 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2903 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2904 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2905 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2906 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2907 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2908 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2909 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2910 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2911 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2912 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2913 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2914 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2915 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2916 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2917 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2918 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2919 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2920 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2921 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2922 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2923 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2924 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2925 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2926 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2927 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2928 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2929 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2930 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2931 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2932 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2933 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2934 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2935 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2936 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2937 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2938 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2939 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2940 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2941 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2942 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2943 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2944 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2945 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2946 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2947 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2948 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2949 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2950 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2951 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2952 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2953 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2954 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2955 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2956 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2957 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2958 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2959 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2960 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2961 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2962 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2963 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2964 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2965 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2966 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2967 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2968 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2969 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2970 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2971 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2972 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2973 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2974 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2975 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2976 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2977 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2978 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2979 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2980 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2981 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2982 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2983 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2984 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2985 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2986 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2987 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2988 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2989 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2990 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2991 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 2992 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 2993 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 2994 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 2995 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 2996 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 2997 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 2998 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 2999 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3000 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3001 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3002 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3003 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3004 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3005 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3006 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3007 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3008 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3009 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3010 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3011 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3012 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3013 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3014 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3015 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3016 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3017 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3018 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3019 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3020 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3021 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3022 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3023 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3024 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3025 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3026 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3027 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3028 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3029 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3030 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3031 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3032 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3033 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3034 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3035 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3036 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3037 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3038 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3039 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3040 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3041 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3042 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3043 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3044 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3045 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3046 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3047 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3048 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3049 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3050 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3051 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3052 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3053 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3054 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3055 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3056 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3057 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3058 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3059 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3060 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3061 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3062 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3063 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3064 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3065 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3066 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3067 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3068 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3069 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3070 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3071 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3072 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3073 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3074 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3075 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3076 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3077 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3078 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3079 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3080 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3081 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3082 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3083 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3084 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3085 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3086 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3087 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3088 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3089 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3090 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3091 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3092 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3093 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3094 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3095 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3096 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3097 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3098 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3099 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3100 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3101 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3102 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3103 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3104 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3105 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3106 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3107 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3108 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3109 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3110 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3111 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3112 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3113 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3114 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3115 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3116 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3117 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3118 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3119 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3120 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3121 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3122 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3123 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3124 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3125 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3126 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3127 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3128 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3129 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3130 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3131 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3132 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3133 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3134 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3135 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3136 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3137 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3138 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3139 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3140 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3141 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3142 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3143 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3144 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3145 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3146 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3147 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3148 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3149 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3150 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3151 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3152 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3153 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3154 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3155 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3156 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3157 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3158 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3159 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3160 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3161 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3162 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3163 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3164 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3165 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3166 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3167 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3168 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3169 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3170 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3171 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3172 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3173 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3174 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3175 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3176 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3177 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3178 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3179 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3180 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3181 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3182 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3183 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3184 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3185 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3186 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3187 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3188 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3189 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3190 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3191 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3192 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3193 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3194 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3195 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3196 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3197 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3198 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3199 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3200 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3201 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3202 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3203 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3204 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3205 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3206 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3207 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3208 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3209 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3210 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3211 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3212 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3213 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3214 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3215 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3216 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3217 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3218 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3219 - print_mix_of_everything: level: 0, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3220 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3221 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3222 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3223 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3224 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3225 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3226 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3227 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3228 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3229 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3230 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3231 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3232 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3233 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3234 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3235 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3236 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3237 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3238 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3239 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3240 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3241 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3242 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3243 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3244 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3245 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3246 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3247 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3248 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3249 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3250 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3251 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3252 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3253 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3254 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3255 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3256 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3257 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3258 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3259 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3260 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3261 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3262 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3263 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3264 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3265 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3266 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3267 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3268 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3269 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3270 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3271 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3272 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3273 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3274 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3275 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3276 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3277 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3278 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3279 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3280 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3281 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3282 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3283 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3284 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3285 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3286 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3287 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3288 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3289 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3290 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3291 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3292 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3293 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3294 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3295 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3296 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3297 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3298 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3299 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3300 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3301 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3302 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3303 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3304 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3305 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3306 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3307 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3308 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3309 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3310 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3311 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3312 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3313 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3314 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3315 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3316 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3317 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3318 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3319 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3320 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3321 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3322 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3323 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3324 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3325 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3326 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3327 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3328 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3329 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3330 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3331 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3332 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3333 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3334 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3335 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3336 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3337 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3338 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3339 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3340 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3341 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3342 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3343 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3344 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3345 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3346 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3347 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3348 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3349 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3350 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3351 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3352 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3353 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3354 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3355 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3356 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3357 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3358 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3359 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3360 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3361 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3362 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3363 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3364 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3365 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3366 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3367 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3368 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3369 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3370 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3371 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3372 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3373 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3374 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3375 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3376 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3377 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3378 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3379 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3380 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3381 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3382 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3383 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3384 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3385 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3386 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3387 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3388 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3389 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3390 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3391 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3392 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3393 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3394 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3395 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3396 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3397 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3398 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3399 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3400 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3401 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3402 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3403 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3404 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3405 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3406 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3407 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3408 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3409 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3410 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3411 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3412 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3413 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3414 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3415 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3416 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3417 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3418 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3419 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3420 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3421 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3422 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3423 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3424 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3425 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3426 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3427 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3428 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3429 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3430 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3431 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3432 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3433 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3434 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3435 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3436 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3437 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3438 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3439 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3440 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3441 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3442 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3443 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3444 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3445 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3446 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3447 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3448 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3449 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3450 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3451 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3452 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3453 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3454 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3455 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3456 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3457 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3458 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3459 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3460 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3461 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3462 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3463 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3464 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3465 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3466 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3467 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3468 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3469 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3470 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3471 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3472 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3473 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3474 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3475 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3476 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3477 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3478 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3479 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3480 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3481 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3482 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3483 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3484 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3485 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3486 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3487 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3488 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3489 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3490 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3491 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3492 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3493 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3494 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3495 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3496 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3497 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3498 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3499 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3500 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3501 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3502 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3503 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3504 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3505 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3506 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3507 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3508 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3509 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3510 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3511 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3512 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3513 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3514 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3515 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3516 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3517 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3518 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3519 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3520 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3521 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3522 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3523 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3524 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3525 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3526 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3527 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3528 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3529 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3530 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3531 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3532 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3533 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3534 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3535 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3536 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3537 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3538 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3539 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3540 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3541 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3542 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3543 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3544 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3545 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3546 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3547 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3548 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3549 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3550 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3551 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3552 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3553 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3554 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3555 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3556 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3557 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3558 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3559 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3560 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3561 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3562 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3563 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3564 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3565 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3566 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3567 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3568 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3569 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3570 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3571 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3572 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3573 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3574 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3575 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3576 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3577 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3578 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3579 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3580 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3581 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3582 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3583 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3584 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3585 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3586 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3587 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3588 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3589 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3590 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3591 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3592 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3593 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3594 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3595 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3596 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3597 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3598 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3599 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3600 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3601 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3602 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3603 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3604 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3605 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3606 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3607 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3608 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3609 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3610 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3611 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3612 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3613 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3614 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3615 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3616 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3617 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3618 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3619 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3620 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3621 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3622 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3623 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3624 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3625 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3626 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3627 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3628 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3629 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3630 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3631 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3632 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3633 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3634 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3635 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3636 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3637 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3638 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3639 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3640 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3641 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3642 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3643 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3644 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3645 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3646 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3647 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3648 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3649 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3650 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3651 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3652 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3653 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3654 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3655 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3656 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3657 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3658 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3659 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3660 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3661 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3662 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3663 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3664 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3665 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3666 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3667 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3668 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3669 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3670 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3671 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3672 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3673 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3674 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3675 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3676 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3677 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3678 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3679 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3680 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3681 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3682 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3683 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3684 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3685 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3686 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3687 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3688 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3689 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3690 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3691 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3692 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3693 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3694 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3695 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3696 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3697 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3698 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3699 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3700 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3701 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3702 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3703 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3704 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3705 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3706 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3707 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3708 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3709 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3710 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3711 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3712 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3713 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3714 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3715 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3716 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3717 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3718 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3719 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3720 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3721 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3722 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3723 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3724 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3725 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3726 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3727 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3728 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3729 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3730 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3731 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3732 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3733 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3734 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3735 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3736 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3737 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3738 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3739 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3740 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3741 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3742 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3743 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3744 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3745 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3746 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3747 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3748 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3749 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3750 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3751 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3752 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3753 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3754 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3755 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3756 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3757 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3758 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3759 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3760 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3761 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3762 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3763 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3764 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3765 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3766 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3767 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3768 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3769 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3770 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3771 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3772 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3773 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3774 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3775 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3776 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3777 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3778 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3779 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3780 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3781 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3782 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3783 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3784 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3785 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3786 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3787 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3788 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3789 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3790 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3791 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3792 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3793 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3794 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3795 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3796 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3797 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3798 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3799 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3800 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3801 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3802 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3803 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3804 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3805 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3806 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3807 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3808 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3809 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3810 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3811 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3812 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3813 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3814 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3815 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3816 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3817 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3818 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3819 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3820 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3821 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3822 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3823 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3824 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3825 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3826 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3827 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3828 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3829 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3830 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3831 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3832 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3833 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3834 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3835 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3836 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3837 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3838 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3839 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3840 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3841 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3842 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3843 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3844 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3845 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3846 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3847 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3848 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3849 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3850 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3851 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3852 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3853 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3854 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3855 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3856 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3857 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3858 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3859 - print_mix_of_everything: level: 0, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3860 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3861 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3862 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3863 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3864 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3865 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3866 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3867 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3868 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3869 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3870 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3871 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3872 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3873 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3874 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3875 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3876 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3877 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3878 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3879 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3880 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3881 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3882 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3883 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3884 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3885 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3886 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3887 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3888 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3889 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3890 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3891 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3892 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3893 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3894 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3895 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3896 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3897 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3898 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3899 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3900 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3901 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3902 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3903 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3904 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3905 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3906 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3907 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3908 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3909 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3910 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3911 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3912 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3913 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3914 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3915 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3916 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3917 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3918 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3919 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3920 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3921 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3922 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3923 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3924 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3925 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3926 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3927 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3928 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3929 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3930 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3931 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3932 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3933 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3934 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3935 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3936 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3937 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3938 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3939 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3940 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3941 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3942 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3943 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3944 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3945 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3946 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3947 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3948 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3949 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3950 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3951 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3952 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3953 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3954 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3955 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3956 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3957 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3958 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3959 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3960 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3961 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3962 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3963 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3964 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3965 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3966 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3967 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3968 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3969 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3970 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3971 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3972 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3973 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3974 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3975 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3976 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3977 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3978 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3979 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3980 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3981 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3982 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3983 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3984 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3985 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3986 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3987 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3988 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3989 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3990 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3991 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 3992 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 3993 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 3994 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 3995 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 3996 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 3997 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 3998 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 3999 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4000 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4001 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4002 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4003 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4004 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4005 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4006 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4007 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4008 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4009 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4010 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4011 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4012 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4013 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4014 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4015 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4016 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4017 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4018 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4019 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4020 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4021 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4022 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4023 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4024 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4025 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4026 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4027 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4028 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4029 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4030 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4031 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4032 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4033 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4034 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4035 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4036 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4037 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4038 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4039 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4040 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4041 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4042 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4043 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4044 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4045 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4046 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4047 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4048 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4049 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4050 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4051 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4052 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4053 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4054 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4055 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4056 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4057 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4058 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4059 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4060 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4061 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4062 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4063 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4064 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4065 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4066 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4067 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4068 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4069 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4070 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4071 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4072 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4073 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4074 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4075 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4076 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4077 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4078 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4079 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4080 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4081 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4082 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4083 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4084 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4085 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4086 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4087 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4088 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4089 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4090 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4091 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4092 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4093 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4094 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4095 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4096 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4097 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4098 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4099 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4100 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4101 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4102 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4103 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4104 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4105 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4106 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4107 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4108 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4109 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4110 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4111 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4112 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4113 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4114 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4115 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4116 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4117 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4118 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4119 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4120 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4121 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4122 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4123 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4124 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4125 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4126 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4127 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4128 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4129 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4130 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4131 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4132 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4133 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4134 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4135 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4136 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4137 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4138 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4139 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4140 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4141 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4142 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4143 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4144 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4145 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4146 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4147 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4148 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4149 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4150 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4151 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4152 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4153 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4154 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4155 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4156 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4157 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4158 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4159 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4160 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4161 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4162 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4163 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4164 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4165 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4166 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4167 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4168 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4169 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4170 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4171 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4172 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4173 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4174 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4175 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4176 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4177 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4178 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4179 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4180 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4181 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4182 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4183 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4184 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4185 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4186 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4187 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4188 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4189 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4190 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4191 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4192 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4193 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4194 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4195 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4196 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4197 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4198 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4199 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4200 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4201 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4202 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4203 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4204 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4205 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4206 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4207 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4208 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4209 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4210 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4211 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4212 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4213 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4214 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4215 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4216 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4217 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4218 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4219 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4220 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4221 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4222 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4223 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4224 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4225 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4226 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4227 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4228 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4229 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4230 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4231 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4232 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4233 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4234 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4235 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4236 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4237 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4238 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4239 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4240 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4241 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4242 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4243 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4244 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4245 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4246 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4247 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4248 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4249 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4250 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4251 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4252 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4253 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4254 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4255 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4256 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4257 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4258 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4259 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4260 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4261 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4262 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4263 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4264 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4265 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4266 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4267 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4268 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4269 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4270 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4271 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4272 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4273 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4274 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4275 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4276 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4277 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4278 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4279 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4280 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4281 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4282 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4283 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4284 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4285 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4286 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4287 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4288 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4289 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4290 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4291 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4292 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4293 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4294 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4295 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4296 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4297 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4298 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4299 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4300 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4301 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4302 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4303 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4304 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4305 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4306 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4307 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4308 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4309 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4310 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4311 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4312 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4313 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4314 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4315 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4316 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4317 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4318 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4319 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4320 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4321 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4322 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4323 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4324 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4325 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4326 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4327 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4328 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4329 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4330 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4331 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4332 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4333 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4334 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4335 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4336 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4337 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4338 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4339 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4340 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4341 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4342 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4343 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4344 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4345 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4346 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4347 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4348 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4349 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4350 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4351 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4352 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4353 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4354 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4355 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4356 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4357 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4358 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4359 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4360 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4361 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4362 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4363 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4364 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4365 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4366 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4367 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4368 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4369 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4370 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4371 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4372 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4373 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4374 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4375 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4376 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4377 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4378 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4379 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4380 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4381 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4382 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4383 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4384 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4385 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4386 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4387 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4388 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4389 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4390 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4391 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4392 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4393 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4394 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4395 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4396 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4397 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4398 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4399 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4400 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4401 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4402 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4403 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4404 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4405 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4406 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4407 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4408 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4409 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4410 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4411 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4412 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4413 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4414 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4415 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4416 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4417 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4418 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4419 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4420 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4421 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4422 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4423 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4424 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4425 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4426 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4427 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4428 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4429 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4430 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4431 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4432 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4433 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4434 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4435 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4436 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4437 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4438 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4439 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4440 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4441 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4442 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4443 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4444 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4445 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4446 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4447 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4448 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4449 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4450 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4451 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4452 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4453 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4454 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4455 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4456 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4457 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4458 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4459 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4460 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4461 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4462 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4463 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4464 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4465 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4466 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4467 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4468 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4469 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4470 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4471 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4472 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4473 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4474 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4475 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4476 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4477 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4478 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4479 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4480 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4481 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4482 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4483 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4484 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4485 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4486 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4487 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4488 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4489 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4490 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4491 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4492 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4493 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4494 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4495 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4496 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4497 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4498 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4499 - print_mix_of_everything: level: 1, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4500 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4501 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4502 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4503 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4504 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4505 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4506 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4507 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4508 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4509 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4510 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4511 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4512 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4513 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4514 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4515 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4516 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4517 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4518 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4519 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4520 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4521 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4522 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4523 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4524 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4525 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4526 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4527 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4528 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4529 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4530 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4531 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4532 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4533 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4534 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4535 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4536 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4537 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4538 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4539 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4540 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4541 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4542 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4543 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4544 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4545 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4546 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4547 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4548 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4549 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4550 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4551 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4552 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4553 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4554 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4555 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4556 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4557 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4558 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4559 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4560 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4561 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4562 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4563 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4564 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4565 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4566 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4567 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4568 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4569 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4570 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4571 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4572 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4573 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4574 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4575 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4576 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4577 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4578 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4579 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4580 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4581 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4582 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4583 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4584 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4585 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4586 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4587 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4588 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4589 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4590 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4591 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4592 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4593 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4594 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4595 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4596 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4597 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4598 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4599 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4600 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4601 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4602 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4603 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4604 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4605 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4606 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4607 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4608 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4609 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4610 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4611 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4612 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4613 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4614 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4615 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4616 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4617 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4618 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4619 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4620 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4621 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4622 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4623 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4624 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4625 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4626 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4627 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4628 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4629 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4630 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4631 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4632 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4633 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4634 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4635 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4636 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4637 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4638 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4639 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4640 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4641 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4642 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4643 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4644 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4645 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4646 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4647 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4648 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4649 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4650 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4651 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4652 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4653 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4654 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4655 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4656 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4657 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4658 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4659 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4660 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4661 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4662 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4663 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4664 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4665 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4666 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4667 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4668 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4669 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4670 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4671 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4672 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4673 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4674 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4675 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4676 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4677 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4678 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4679 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4680 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4681 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4682 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4683 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4684 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4685 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4686 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4687 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4688 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4689 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4690 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4691 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4692 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4693 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4694 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4695 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4696 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4697 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4698 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4699 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4700 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4701 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4702 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4703 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4704 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4705 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4706 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4707 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4708 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4709 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4710 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4711 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4712 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4713 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4714 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4715 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4716 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4717 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4718 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4719 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4720 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4721 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4722 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4723 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4724 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4725 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4726 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4727 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4728 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4729 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4730 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4731 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4732 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4733 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4734 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4735 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4736 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4737 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4738 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4739 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4740 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4741 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4742 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4743 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4744 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4745 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4746 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4747 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4748 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4749 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4750 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4751 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4752 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4753 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4754 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4755 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4756 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4757 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4758 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4759 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4760 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4761 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4762 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4763 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4764 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4765 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4766 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4767 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4768 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4769 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4770 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4771 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4772 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4773 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4774 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4775 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4776 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4777 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4778 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4779 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4780 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4781 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4782 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4783 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4784 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4785 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4786 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4787 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4788 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4789 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4790 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4791 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4792 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4793 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4794 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4795 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4796 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4797 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4798 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4799 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4800 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4801 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4802 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4803 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4804 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4805 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4806 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4807 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4808 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4809 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4810 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4811 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4812 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4813 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4814 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4815 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4816 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4817 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4818 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4819 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4820 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4821 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4822 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4823 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4824 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4825 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4826 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4827 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4828 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4829 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4830 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4831 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4832 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4833 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4834 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4835 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4836 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4837 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4838 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4839 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4840 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4841 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4842 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4843 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4844 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4845 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4846 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4847 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4848 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4849 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4850 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4851 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4852 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4853 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4854 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4855 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4856 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4857 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4858 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4859 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4860 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4861 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4862 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4863 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4864 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4865 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4866 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4867 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4868 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4869 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4870 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4871 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4872 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4873 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4874 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4875 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4876 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4877 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4878 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4879 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4880 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4881 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4882 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4883 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4884 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4885 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4886 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4887 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4888 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4889 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4890 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4891 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4892 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4893 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4894 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4895 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4896 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4897 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4898 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4899 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4900 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4901 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4902 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4903 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4904 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4905 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4906 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4907 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4908 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4909 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4910 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4911 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4912 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4913 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4914 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4915 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4916 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4917 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4918 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4919 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4920 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4921 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4922 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4923 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4924 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4925 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4926 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4927 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4928 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4929 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4930 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4931 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4932 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4933 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4934 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4935 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4936 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4937 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4938 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4939 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4940 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4941 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4942 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4943 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4944 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4945 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4946 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4947 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4948 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4949 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4950 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4951 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4952 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4953 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4954 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4955 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4956 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4957 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4958 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4959 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4960 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4961 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4962 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4963 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4964 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4965 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4966 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4967 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4968 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4969 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4970 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4971 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4972 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4973 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4974 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4975 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4976 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4977 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4978 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4979 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4980 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4981 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4982 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4983 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4984 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4985 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4986 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4987 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4988 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4989 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4990 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4991 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 4992 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 4993 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 4994 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 4995 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 4996 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 4997 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 4998 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 4999 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5000 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5001 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5002 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5003 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5004 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5005 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5006 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5007 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5008 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5009 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5010 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5011 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5012 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5013 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5014 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5015 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5016 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5017 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5018 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5019 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5020 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5021 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5022 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5023 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5024 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5025 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5026 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5027 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5028 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5029 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5030 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5031 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5032 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5033 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5034 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5035 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5036 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5037 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5038 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5039 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5040 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5041 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5042 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5043 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5044 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5045 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5046 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5047 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5048 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5049 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5050 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5051 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5052 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5053 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5054 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5055 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5056 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5057 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5058 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5059 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5060 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5061 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5062 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5063 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5064 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5065 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5066 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5067 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5068 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5069 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5070 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5071 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5072 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5073 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5074 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5075 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5076 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5077 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5078 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5079 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5080 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5081 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5082 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5083 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5084 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5085 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5086 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5087 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5088 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5089 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5090 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5091 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5092 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5093 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5094 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5095 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5096 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5097 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5098 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5099 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5100 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5101 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5102 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5103 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5104 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5105 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5106 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5107 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5108 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5109 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5110 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5111 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5112 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5113 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5114 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5115 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5116 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5117 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5118 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5119 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5120 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5121 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5122 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5123 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5124 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5125 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5126 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5127 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5128 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5129 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5130 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5131 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5132 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5133 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5134 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5135 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5136 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5137 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5138 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5139 - print_mix_of_everything: level: 1, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5140 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5141 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5142 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5143 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5144 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5145 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5146 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5147 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5148 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5149 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5150 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5151 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5152 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5153 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5154 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5155 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5156 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5157 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5158 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5159 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5160 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5161 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5162 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5163 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5164 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5165 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5166 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5167 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5168 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5169 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5170 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5171 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5172 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5173 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5174 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5175 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5176 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5177 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5178 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5179 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5180 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5181 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5182 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5183 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5184 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5185 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5186 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5187 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5188 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5189 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5190 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5191 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5192 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5193 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5194 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5195 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5196 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5197 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5198 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5199 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5200 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5201 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5202 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5203 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5204 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5205 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5206 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5207 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5208 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5209 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5210 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5211 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5212 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5213 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5214 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5215 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5216 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5217 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5218 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5219 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5220 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5221 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5222 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5223 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5224 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5225 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5226 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5227 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5228 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5229 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5230 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5231 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5232 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5233 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5234 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5235 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5236 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5237 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5238 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5239 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5240 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5241 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5242 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5243 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5244 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5245 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5246 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5247 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5248 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5249 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5250 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5251 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5252 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5253 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5254 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5255 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5256 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5257 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5258 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5259 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5260 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5261 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5262 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5263 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5264 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5265 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5266 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5267 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5268 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5269 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5270 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5271 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5272 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5273 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5274 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5275 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5276 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5277 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5278 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5279 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5280 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5281 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5282 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5283 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5284 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5285 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5286 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5287 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5288 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5289 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5290 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5291 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5292 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5293 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5294 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5295 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5296 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5297 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5298 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5299 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5300 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5301 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5302 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5303 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5304 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5305 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5306 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5307 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5308 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5309 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5310 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5311 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5312 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5313 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5314 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5315 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5316 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5317 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5318 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5319 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5320 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5321 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5322 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5323 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5324 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5325 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5326 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5327 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5328 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5329 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5330 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5331 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5332 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5333 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5334 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5335 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5336 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5337 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5338 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5339 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5340 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5341 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5342 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5343 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5344 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5345 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5346 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5347 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5348 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5349 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5350 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5351 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5352 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5353 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5354 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5355 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5356 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5357 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5358 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5359 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5360 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5361 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5362 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5363 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5364 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5365 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5366 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5367 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5368 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5369 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5370 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5371 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5372 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5373 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5374 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5375 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5376 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5377 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5378 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5379 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5380 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5381 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5382 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5383 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5384 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5385 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5386 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5387 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5388 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5389 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5390 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5391 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5392 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5393 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5394 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5395 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5396 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5397 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5398 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5399 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5400 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5401 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5402 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5403 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5404 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5405 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5406 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5407 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5408 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5409 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5410 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5411 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5412 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5413 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5414 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5415 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5416 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5417 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5418 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5419 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5420 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5421 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5422 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5423 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5424 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5425 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5426 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5427 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5428 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5429 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5430 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5431 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5432 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5433 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5434 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5435 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5436 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5437 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5438 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5439 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5440 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5441 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5442 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5443 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5444 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5445 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5446 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5447 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5448 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5449 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5450 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5451 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5452 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5453 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5454 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5455 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5456 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5457 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5458 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5459 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5460 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5461 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5462 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5463 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5464 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5465 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5466 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5467 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5468 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5469 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5470 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5471 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5472 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5473 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5474 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5475 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5476 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5477 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5478 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5479 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5480 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5481 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5482 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5483 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5484 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5485 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5486 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5487 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5488 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5489 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5490 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5491 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5492 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5493 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5494 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5495 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5496 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5497 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5498 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5499 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5500 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5501 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5502 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5503 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5504 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5505 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5506 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5507 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5508 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5509 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5510 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5511 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5512 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5513 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5514 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5515 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5516 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5517 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5518 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5519 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5520 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5521 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5522 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5523 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5524 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5525 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5526 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5527 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5528 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5529 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5530 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5531 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5532 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5533 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5534 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5535 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5536 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5537 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5538 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5539 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5540 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5541 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5542 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5543 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5544 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5545 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5546 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5547 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5548 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5549 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5550 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5551 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5552 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5553 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5554 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5555 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5556 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5557 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5558 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5559 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5560 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5561 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5562 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5563 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5564 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5565 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5566 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5567 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5568 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5569 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5570 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5571 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5572 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5573 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5574 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5575 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5576 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5577 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5578 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5579 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5580 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5581 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5582 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5583 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5584 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5585 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5586 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5587 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5588 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5589 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5590 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5591 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5592 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5593 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5594 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5595 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5596 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5597 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5598 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5599 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5600 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5601 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5602 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5603 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5604 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5605 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5606 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5607 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5608 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5609 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5610 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5611 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5612 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5613 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5614 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5615 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5616 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5617 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5618 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5619 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5620 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5621 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5622 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5623 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5624 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5625 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5626 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5627 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5628 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5629 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5630 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5631 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5632 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5633 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5634 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5635 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5636 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5637 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5638 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5639 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5640 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5641 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5642 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5643 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5644 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5645 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5646 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5647 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5648 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5649 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5650 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5651 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5652 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5653 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5654 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5655 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5656 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5657 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5658 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5659 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5660 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5661 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5662 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5663 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5664 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5665 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5666 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5667 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5668 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5669 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5670 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5671 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5672 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5673 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5674 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5675 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5676 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5677 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5678 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5679 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5680 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5681 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5682 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5683 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5684 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5685 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5686 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5687 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5688 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5689 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5690 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5691 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5692 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5693 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5694 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5695 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5696 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5697 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5698 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5699 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5700 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5701 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5702 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5703 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5704 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5705 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5706 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5707 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5708 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5709 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5710 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5711 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5712 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5713 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5714 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5715 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5716 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5717 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5718 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5719 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5720 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5721 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5722 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5723 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5724 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5725 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5726 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5727 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5728 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5729 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5730 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5731 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5732 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5733 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5734 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5735 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5736 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5737 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5738 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5739 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5740 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5741 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5742 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5743 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5744 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5745 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5746 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5747 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5748 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5749 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5750 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5751 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5752 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5753 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5754 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5755 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5756 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5757 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5758 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5759 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5760 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5761 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5762 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5763 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5764 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5765 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5766 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5767 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5768 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5769 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5770 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5771 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5772 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5773 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5774 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5775 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5776 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5777 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5778 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5779 - print_mix_of_everything: level: 1, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5780 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5781 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5782 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5783 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5784 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5785 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5786 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5787 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5788 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5789 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5790 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5791 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5792 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5793 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5794 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5795 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5796 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5797 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5798 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5799 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5800 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5801 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5802 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5803 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5804 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5805 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5806 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5807 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5808 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5809 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5810 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5811 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5812 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5813 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5814 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5815 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5816 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5817 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5818 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5819 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5820 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5821 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5822 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5823 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5824 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5825 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5826 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5827 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5828 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5829 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5830 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5831 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5832 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5833 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5834 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5835 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5836 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5837 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5838 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5839 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5840 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5841 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5842 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5843 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5844 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5845 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5846 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5847 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5848 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5849 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5850 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5851 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5852 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5853 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5854 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5855 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5856 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5857 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5858 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5859 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5860 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5861 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5862 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5863 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5864 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5865 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5866 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5867 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5868 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5869 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5870 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5871 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5872 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5873 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5874 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5875 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5876 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5877 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5878 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5879 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5880 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5881 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5882 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5883 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5884 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5885 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5886 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5887 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5888 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5889 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5890 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5891 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5892 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5893 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5894 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5895 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5896 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5897 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5898 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5899 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5900 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5901 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5902 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5903 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5904 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5905 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5906 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5907 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5908 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5909 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5910 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5911 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5912 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5913 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5914 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5915 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5916 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5917 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5918 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5919 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5920 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5921 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5922 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5923 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5924 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5925 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5926 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5927 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5928 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5929 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5930 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5931 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5932 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5933 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5934 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5935 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5936 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5937 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5938 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5939 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5940 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5941 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5942 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5943 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5944 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5945 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5946 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5947 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5948 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5949 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5950 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5951 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5952 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5953 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5954 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5955 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5956 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5957 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5958 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5959 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5960 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5961 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5962 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5963 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5964 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5965 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5966 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5967 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5968 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5969 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5970 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5971 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5972 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5973 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5974 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5975 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5976 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5977 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5978 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5979 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5980 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5981 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5982 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5983 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5984 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5985 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5986 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5987 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5988 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5989 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5990 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5991 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 5992 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 5993 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 5994 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 5995 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 5996 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 5997 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 5998 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 5999 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6000 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6001 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6002 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6003 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6004 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6005 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6006 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6007 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6008 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6009 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6010 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6011 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6012 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6013 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6014 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6015 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6016 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6017 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6018 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6019 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6020 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6021 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6022 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6023 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6024 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6025 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6026 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6027 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6028 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6029 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6030 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6031 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6032 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6033 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6034 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6035 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6036 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6037 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6038 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6039 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6040 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6041 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6042 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6043 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6044 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6045 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6046 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6047 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6048 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6049 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6050 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6051 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6052 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6053 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6054 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6055 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6056 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6057 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6058 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6059 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6060 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6061 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6062 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6063 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6064 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6065 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6066 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6067 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6068 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6069 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6070 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6071 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6072 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6073 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6074 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6075 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6076 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6077 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6078 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6079 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6080 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6081 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6082 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6083 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6084 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6085 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6086 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6087 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6088 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6089 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6090 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6091 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6092 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6093 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6094 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6095 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6096 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6097 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6098 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6099 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6100 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6101 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6102 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6103 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6104 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6105 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6106 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6107 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6108 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6109 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6110 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6111 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6112 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6113 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6114 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6115 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6116 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6117 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6118 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6119 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6120 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6121 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6122 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6123 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6124 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6125 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6126 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6127 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6128 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6129 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6130 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6131 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6132 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6133 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6134 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6135 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6136 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6137 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6138 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6139 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6140 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6141 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6142 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6143 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6144 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6145 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6146 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6147 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6148 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6149 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6150 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6151 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6152 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6153 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6154 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6155 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6156 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6157 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6158 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6159 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6160 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6161 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6162 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6163 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6164 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6165 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6166 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6167 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6168 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6169 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6170 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6171 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6172 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6173 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6174 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6175 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6176 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6177 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6178 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6179 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6180 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6181 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6182 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6183 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6184 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6185 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6186 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6187 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6188 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6189 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6190 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6191 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6192 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6193 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6194 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6195 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6196 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6197 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6198 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6199 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6200 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6201 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6202 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6203 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6204 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6205 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6206 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6207 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6208 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6209 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6210 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6211 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6212 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6213 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6214 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6215 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6216 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6217 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6218 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6219 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6220 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6221 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6222 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6223 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6224 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6225 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6226 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6227 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6228 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6229 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6230 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6231 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6232 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6233 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6234 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6235 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6236 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6237 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6238 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6239 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6240 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6241 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6242 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6243 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6244 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6245 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6246 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6247 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6248 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6249 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6250 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6251 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6252 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6253 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6254 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6255 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6256 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6257 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6258 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6259 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6260 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6261 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6262 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6263 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6264 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6265 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6266 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6267 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6268 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6269 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6270 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6271 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6272 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6273 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6274 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6275 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6276 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6277 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6278 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6279 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6280 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6281 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6282 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6283 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6284 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6285 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6286 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6287 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6288 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6289 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6290 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6291 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6292 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6293 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6294 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6295 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6296 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6297 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6298 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6299 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6300 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6301 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6302 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6303 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6304 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6305 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6306 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6307 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6308 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6309 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6310 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6311 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6312 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6313 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6314 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6315 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6316 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6317 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6318 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6319 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6320 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6321 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6322 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6323 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6324 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6325 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6326 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6327 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6328 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6329 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6330 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6331 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6332 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6333 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6334 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6335 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6336 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6337 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6338 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6339 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6340 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6341 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6342 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6343 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6344 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6345 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6346 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6347 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6348 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6349 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6350 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6351 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6352 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6353 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6354 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6355 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6356 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6357 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6358 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6359 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6360 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6361 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6362 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6363 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6364 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6365 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6366 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6367 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6368 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6369 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6370 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6371 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6372 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6373 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6374 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6375 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6376 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6377 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6378 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6379 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6380 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6381 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6382 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6383 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6384 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6385 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6386 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6387 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6388 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6389 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6390 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6391 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6392 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6393 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6394 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6395 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6396 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6397 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6398 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6399 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6400 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6401 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6402 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6403 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6404 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6405 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6406 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6407 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6408 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6409 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6410 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6411 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6412 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6413 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6414 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6415 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6416 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6417 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6418 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6419 - print_mix_of_everything: level: 1, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6420 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6421 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6422 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6423 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6424 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6425 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6426 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6427 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6428 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6429 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6430 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6431 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6432 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6433 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6434 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6435 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6436 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6437 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6438 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6439 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6440 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6441 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6442 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6443 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6444 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6445 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6446 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6447 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6448 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6449 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6450 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6451 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6452 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6453 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6454 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6455 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6456 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6457 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6458 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6459 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6460 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6461 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6462 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6463 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6464 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6465 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6466 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6467 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6468 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6469 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6470 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6471 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6472 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6473 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6474 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6475 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6476 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6477 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6478 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6479 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6480 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6481 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6482 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6483 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6484 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6485 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6486 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6487 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6488 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6489 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6490 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6491 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6492 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6493 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6494 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6495 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6496 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6497 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6498 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6499 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6500 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6501 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6502 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6503 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6504 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6505 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6506 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6507 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6508 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6509 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6510 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6511 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6512 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6513 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6514 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6515 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6516 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6517 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6518 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6519 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6520 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6521 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6522 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6523 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6524 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6525 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6526 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6527 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6528 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6529 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6530 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6531 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6532 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6533 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6534 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6535 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6536 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6537 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6538 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6539 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6540 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6541 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6542 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6543 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6544 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6545 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6546 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6547 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6548 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6549 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6550 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6551 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6552 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6553 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6554 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6555 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6556 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6557 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6558 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6559 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6560 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6561 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6562 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6563 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6564 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6565 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6566 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6567 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6568 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6569 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6570 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6571 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6572 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6573 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6574 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6575 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6576 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6577 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6578 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6579 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6580 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6581 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6582 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6583 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6584 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6585 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6586 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6587 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6588 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6589 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6590 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6591 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6592 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6593 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6594 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6595 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6596 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6597 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6598 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6599 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6600 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6601 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6602 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6603 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6604 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6605 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6606 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6607 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6608 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6609 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6610 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6611 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6612 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6613 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6614 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6615 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6616 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6617 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6618 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6619 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6620 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6621 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6622 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6623 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6624 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6625 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6626 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6627 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6628 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6629 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6630 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6631 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6632 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6633 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6634 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6635 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6636 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6637 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6638 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6639 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6640 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6641 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6642 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6643 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6644 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6645 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6646 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6647 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6648 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6649 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6650 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6651 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6652 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6653 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6654 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6655 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6656 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6657 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6658 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6659 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6660 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6661 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6662 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6663 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6664 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6665 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6666 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6667 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6668 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6669 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6670 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6671 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6672 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6673 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6674 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6675 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6676 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6677 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6678 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6679 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6680 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6681 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6682 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6683 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6684 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6685 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6686 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6687 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6688 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6689 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6690 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6691 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6692 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6693 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6694 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6695 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6696 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6697 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6698 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6699 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6700 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6701 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6702 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6703 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6704 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6705 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6706 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6707 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6708 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6709 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6710 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6711 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6712 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6713 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6714 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6715 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6716 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6717 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6718 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6719 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6720 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6721 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6722 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6723 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6724 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6725 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6726 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6727 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6728 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6729 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6730 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6731 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6732 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6733 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6734 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6735 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6736 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6737 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6738 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6739 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6740 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6741 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6742 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6743 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6744 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6745 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6746 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6747 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6748 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6749 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6750 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6751 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6752 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6753 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6754 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6755 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6756 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6757 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6758 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6759 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6760 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6761 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6762 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6763 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6764 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6765 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6766 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6767 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6768 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6769 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6770 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6771 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6772 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6773 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6774 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6775 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6776 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6777 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6778 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6779 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6780 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6781 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6782 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6783 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6784 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6785 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6786 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6787 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6788 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6789 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6790 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6791 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6792 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6793 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6794 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6795 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6796 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6797 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6798 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6799 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6800 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6801 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6802 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6803 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6804 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6805 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6806 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6807 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6808 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6809 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6810 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6811 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6812 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6813 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6814 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6815 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6816 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6817 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6818 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6819 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6820 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6821 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6822 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6823 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6824 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6825 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6826 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6827 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6828 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6829 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6830 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6831 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6832 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6833 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6834 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6835 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6836 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6837 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6838 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6839 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6840 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6841 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6842 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6843 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6844 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6845 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6846 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6847 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6848 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6849 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6850 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6851 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6852 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6853 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6854 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6855 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6856 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6857 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6858 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6859 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6860 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6861 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6862 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6863 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6864 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6865 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6866 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6867 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6868 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6869 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6870 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6871 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6872 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6873 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6874 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6875 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6876 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6877 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6878 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6879 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6880 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6881 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6882 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6883 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6884 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6885 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6886 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6887 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6888 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6889 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6890 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6891 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6892 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6893 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6894 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6895 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6896 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6897 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6898 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6899 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6900 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6901 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6902 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6903 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6904 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6905 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6906 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6907 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6908 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6909 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6910 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6911 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6912 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6913 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6914 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6915 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6916 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6917 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6918 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6919 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6920 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6921 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6922 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6923 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6924 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6925 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6926 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6927 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6928 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6929 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6930 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6931 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6932 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6933 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6934 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6935 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6936 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6937 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6938 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6939 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6940 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6941 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6942 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6943 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6944 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6945 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6946 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6947 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6948 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6949 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6950 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6951 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6952 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6953 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6954 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6955 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6956 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6957 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6958 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6959 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6960 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6961 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6962 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6963 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6964 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6965 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6966 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6967 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6968 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6969 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6970 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6971 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6972 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6973 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6974 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6975 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6976 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6977 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6978 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6979 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6980 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6981 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6982 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6983 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6984 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6985 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6986 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6987 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6988 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6989 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6990 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6991 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 6992 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 6993 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 6994 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 6995 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 6996 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 6997 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 6998 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 6999 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7000 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7001 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7002 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7003 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7004 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7005 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7006 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7007 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7008 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7009 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7010 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7011 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7012 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7013 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7014 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7015 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7016 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7017 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7018 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7019 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7020 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7021 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7022 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7023 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7024 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7025 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7026 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7027 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7028 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7029 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7030 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7031 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7032 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7033 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7034 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7035 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7036 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7037 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7038 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7039 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7040 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7041 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7042 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7043 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7044 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7045 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7046 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7047 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7048 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7049 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7050 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7051 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7052 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7053 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7054 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7055 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7056 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7057 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7058 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7059 - print_mix_of_everything: level: 1, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7060 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7061 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7062 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7063 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7064 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7065 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7066 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7067 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7068 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7069 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7070 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7071 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7072 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7073 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7074 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7075 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7076 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7077 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7078 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7079 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7080 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7081 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7082 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7083 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7084 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7085 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7086 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7087 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7088 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7089 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7090 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7091 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7092 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7093 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7094 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7095 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7096 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7097 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7098 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7099 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7100 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7101 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7102 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7103 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7104 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7105 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7106 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7107 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7108 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7109 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7110 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7111 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7112 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7113 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7114 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7115 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7116 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7117 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7118 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7119 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7120 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7121 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7122 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7123 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7124 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7125 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7126 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7127 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7128 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7129 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7130 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7131 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7132 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7133 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7134 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7135 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7136 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7137 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7138 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7139 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7140 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7141 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7142 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7143 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7144 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7145 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7146 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7147 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7148 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7149 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7150 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7151 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7152 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7153 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7154 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7155 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7156 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7157 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7158 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7159 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7160 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7161 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7162 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7163 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7164 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7165 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7166 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7167 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7168 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7169 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7170 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7171 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7172 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7173 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7174 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7175 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7176 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7177 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7178 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7179 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7180 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7181 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7182 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7183 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7184 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7185 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7186 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7187 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7188 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7189 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7190 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7191 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7192 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7193 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7194 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7195 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7196 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7197 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7198 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7199 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7200 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7201 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7202 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7203 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7204 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7205 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7206 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7207 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7208 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7209 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7210 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7211 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7212 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7213 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7214 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7215 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7216 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7217 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7218 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7219 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7220 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7221 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7222 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7223 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7224 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7225 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7226 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7227 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7228 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7229 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7230 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7231 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7232 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7233 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7234 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7235 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7236 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7237 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7238 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7239 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7240 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7241 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7242 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7243 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7244 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7245 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7246 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7247 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7248 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7249 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7250 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7251 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7252 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7253 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7254 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7255 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7256 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7257 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7258 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7259 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7260 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7261 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7262 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7263 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7264 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7265 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7266 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7267 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7268 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7269 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7270 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7271 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7272 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7273 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7274 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7275 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7276 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7277 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7278 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7279 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7280 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7281 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7282 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7283 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7284 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7285 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7286 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7287 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7288 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7289 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7290 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7291 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7292 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7293 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7294 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7295 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7296 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7297 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7298 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7299 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7300 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7301 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7302 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7303 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7304 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7305 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7306 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7307 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7308 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7309 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7310 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7311 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7312 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7313 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7314 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7315 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7316 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7317 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7318 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7319 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7320 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7321 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7322 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7323 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7324 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7325 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7326 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7327 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7328 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7329 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7330 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7331 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7332 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7333 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7334 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7335 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7336 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7337 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7338 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7339 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7340 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7341 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7342 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7343 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7344 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7345 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7346 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7347 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7348 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7349 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7350 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7351 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7352 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7353 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7354 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7355 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7356 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7357 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7358 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7359 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7360 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7361 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7362 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7363 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7364 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7365 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7366 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7367 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7368 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7369 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7370 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7371 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7372 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7373 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7374 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7375 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7376 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7377 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7378 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7379 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7380 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7381 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7382 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7383 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7384 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7385 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7386 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7387 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7388 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7389 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7390 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7391 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7392 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7393 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7394 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7395 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7396 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7397 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7398 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7399 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7400 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7401 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7402 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7403 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7404 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7405 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7406 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7407 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7408 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7409 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7410 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7411 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7412 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7413 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7414 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7415 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7416 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7417 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7418 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7419 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7420 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7421 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7422 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7423 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7424 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7425 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7426 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7427 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7428 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7429 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7430 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7431 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7432 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7433 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7434 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7435 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7436 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7437 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7438 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7439 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7440 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7441 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7442 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7443 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7444 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7445 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7446 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7447 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7448 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7449 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7450 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7451 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7452 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7453 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7454 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7455 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7456 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7457 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7458 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7459 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7460 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7461 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7462 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7463 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7464 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7465 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7466 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7467 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7468 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7469 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7470 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7471 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7472 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7473 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7474 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7475 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7476 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7477 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7478 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7479 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7480 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7481 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7482 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7483 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7484 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7485 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7486 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7487 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7488 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7489 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7490 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7491 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7492 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7493 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7494 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7495 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7496 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7497 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7498 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7499 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7500 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7501 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7502 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7503 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7504 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7505 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7506 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7507 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7508 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7509 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7510 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7511 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7512 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7513 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7514 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7515 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7516 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7517 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7518 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7519 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7520 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7521 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7522 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7523 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7524 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7525 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7526 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7527 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7528 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7529 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7530 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7531 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7532 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7533 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7534 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7535 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7536 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7537 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7538 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7539 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7540 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7541 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7542 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7543 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7544 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7545 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7546 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7547 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7548 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7549 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7550 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7551 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7552 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7553 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7554 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7555 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7556 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7557 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7558 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7559 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7560 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7561 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7562 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7563 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7564 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7565 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7566 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7567 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7568 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7569 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7570 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7571 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7572 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7573 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7574 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7575 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7576 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7577 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7578 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7579 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7580 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7581 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7582 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7583 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7584 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7585 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7586 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7587 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7588 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7589 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7590 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7591 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7592 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7593 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7594 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7595 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7596 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7597 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7598 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7599 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7600 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7601 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7602 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7603 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7604 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7605 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7606 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7607 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7608 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7609 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7610 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7611 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7612 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7613 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7614 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7615 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7616 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7617 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7618 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7619 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7620 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7621 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7622 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7623 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7624 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7625 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7626 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7627 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7628 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7629 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7630 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7631 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7632 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7633 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7634 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7635 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7636 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7637 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7638 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7639 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7640 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7641 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7642 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7643 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7644 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7645 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7646 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7647 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7648 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7649 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7650 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7651 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7652 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7653 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7654 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7655 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7656 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7657 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7658 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7659 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7660 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7661 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7662 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7663 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7664 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7665 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7666 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7667 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7668 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7669 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7670 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7671 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7672 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7673 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7674 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7675 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7676 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7677 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7678 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7679 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7680 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7681 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7682 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7683 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7684 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7685 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7686 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7687 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7688 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7689 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7690 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7691 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7692 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7693 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7694 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7695 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7696 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7697 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7698 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7699 - print_mix_of_everything: level: 1, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7700 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7701 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7702 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7703 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7704 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7705 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7706 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7707 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7708 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7709 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7710 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7711 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7712 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7713 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7714 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7715 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7716 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7717 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7718 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7719 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7720 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7721 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7722 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7723 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7724 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7725 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7726 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7727 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7728 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7729 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7730 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7731 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7732 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7733 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7734 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7735 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7736 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7737 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7738 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7739 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7740 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7741 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7742 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7743 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7744 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7745 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7746 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7747 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7748 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7749 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7750 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7751 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7752 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7753 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7754 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7755 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7756 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7757 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7758 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7759 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7760 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7761 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7762 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7763 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7764 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7765 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7766 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7767 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7768 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7769 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7770 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7771 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7772 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7773 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7774 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7775 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7776 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7777 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7778 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7779 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7780 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7781 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7782 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7783 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7784 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7785 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7786 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7787 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7788 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7789 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7790 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7791 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7792 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7793 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7794 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7795 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7796 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7797 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7798 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7799 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7800 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7801 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7802 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7803 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7804 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7805 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7806 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7807 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7808 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7809 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7810 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7811 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7812 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7813 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7814 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7815 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7816 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7817 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7818 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7819 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7820 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7821 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7822 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7823 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7824 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7825 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7826 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7827 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7828 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7829 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7830 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7831 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7832 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7833 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7834 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7835 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7836 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7837 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7838 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7839 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7840 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7841 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7842 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7843 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7844 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7845 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7846 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7847 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7848 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7849 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7850 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7851 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7852 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7853 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7854 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7855 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7856 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7857 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7858 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7859 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7860 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7861 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7862 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7863 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7864 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7865 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7866 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7867 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7868 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7869 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7870 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7871 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7872 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7873 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7874 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7875 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7876 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7877 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7878 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7879 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7880 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7881 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7882 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7883 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7884 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7885 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7886 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7887 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7888 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7889 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7890 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7891 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7892 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7893 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7894 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7895 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7896 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7897 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7898 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7899 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7900 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7901 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7902 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7903 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7904 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7905 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7906 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7907 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7908 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7909 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7910 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7911 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7912 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7913 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7914 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7915 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7916 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7917 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7918 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7919 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7920 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7921 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7922 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7923 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7924 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7925 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7926 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7927 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7928 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7929 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7930 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7931 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7932 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7933 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7934 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7935 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7936 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7937 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7938 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7939 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7940 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7941 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7942 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7943 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7944 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7945 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7946 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7947 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7948 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7949 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7950 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7951 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7952 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7953 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7954 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7955 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7956 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7957 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7958 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7959 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7960 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7961 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7962 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7963 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7964 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7965 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7966 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7967 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7968 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7969 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7970 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7971 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7972 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7973 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7974 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7975 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7976 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7977 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7978 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7979 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7980 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7981 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7982 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7983 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7984 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7985 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7986 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7987 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7988 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7989 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7990 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7991 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 7992 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 7993 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 7994 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 7995 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 7996 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 7997 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 7998 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 7999 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8000 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8001 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8002 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8003 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8004 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8005 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8006 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8007 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8008 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8009 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8010 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8011 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8012 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8013 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8014 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8015 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8016 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8017 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8018 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8019 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8020 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8021 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8022 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8023 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8024 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8025 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8026 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8027 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8028 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8029 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8030 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8031 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8032 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8033 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8034 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8035 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8036 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8037 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8038 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8039 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8040 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8041 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8042 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8043 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8044 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8045 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8046 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8047 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8048 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8049 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8050 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8051 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8052 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8053 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8054 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8055 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8056 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8057 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8058 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8059 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8060 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8061 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8062 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8063 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8064 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8065 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8066 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8067 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8068 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8069 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8070 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8071 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8072 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8073 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8074 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8075 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8076 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8077 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8078 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8079 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8080 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8081 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8082 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8083 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8084 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8085 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8086 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8087 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8088 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8089 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8090 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8091 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8092 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8093 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8094 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8095 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8096 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8097 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8098 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8099 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8100 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8101 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8102 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8103 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8104 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8105 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8106 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8107 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8108 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8109 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8110 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8111 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8112 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8113 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8114 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8115 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8116 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8117 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8118 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8119 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8120 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8121 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8122 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8123 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8124 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8125 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8126 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8127 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8128 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8129 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8130 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8131 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8132 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8133 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8134 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8135 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8136 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8137 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8138 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8139 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8140 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8141 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8142 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8143 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8144 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8145 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8146 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8147 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8148 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8149 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8150 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8151 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8152 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8153 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8154 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8155 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8156 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8157 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8158 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8159 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8160 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8161 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8162 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8163 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8164 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8165 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8166 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8167 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8168 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8169 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8170 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8171 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8172 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8173 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8174 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8175 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8176 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8177 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8178 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8179 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8180 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8181 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8182 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8183 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8184 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8185 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8186 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8187 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8188 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8189 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8190 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8191 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8192 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8193 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8194 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8195 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8196 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8197 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8198 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8199 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8200 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8201 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8202 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8203 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8204 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8205 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8206 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8207 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8208 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8209 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8210 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8211 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8212 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8213 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8214 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8215 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8216 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8217 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8218 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8219 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8220 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8221 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8222 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8223 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8224 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8225 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8226 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8227 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8228 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8229 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8230 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8231 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8232 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8233 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8234 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8235 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8236 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8237 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8238 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8239 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8240 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8241 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8242 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8243 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8244 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8245 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8246 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8247 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8248 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8249 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8250 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8251 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8252 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8253 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8254 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8255 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8256 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8257 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8258 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8259 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8260 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8261 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8262 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8263 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8264 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8265 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8266 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8267 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8268 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8269 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8270 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8271 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8272 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8273 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8274 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8275 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8276 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8277 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8278 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8279 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8280 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8281 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8282 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8283 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8284 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8285 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8286 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8287 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8288 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8289 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8290 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8291 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8292 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8293 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8294 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8295 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8296 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8297 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8298 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8299 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8300 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8301 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8302 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8303 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8304 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8305 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8306 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8307 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8308 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8309 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8310 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8311 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8312 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8313 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8314 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8315 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8316 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8317 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8318 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8319 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8320 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8321 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8322 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8323 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8324 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8325 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8326 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8327 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8328 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8329 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8330 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8331 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8332 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8333 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8334 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8335 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8336 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8337 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8338 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8339 - print_mix_of_everything: level: 2, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8340 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8341 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8342 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8343 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8344 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8345 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8346 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8347 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8348 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8349 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8350 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8351 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8352 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8353 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8354 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8355 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8356 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8357 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8358 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8359 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8360 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8361 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8362 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8363 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8364 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8365 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8366 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8367 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8368 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8369 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8370 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8371 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8372 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8373 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8374 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8375 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8376 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8377 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8378 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8379 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8380 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8381 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8382 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8383 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8384 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8385 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8386 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8387 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8388 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8389 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8390 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8391 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8392 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8393 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8394 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8395 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8396 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8397 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8398 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8399 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8400 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8401 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8402 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8403 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8404 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8405 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8406 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8407 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8408 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8409 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8410 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8411 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8412 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8413 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8414 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8415 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8416 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8417 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8418 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8419 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8420 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8421 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8422 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8423 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8424 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8425 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8426 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8427 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8428 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8429 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8430 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8431 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8432 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8433 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8434 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8435 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8436 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8437 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8438 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8439 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8440 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8441 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8442 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8443 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8444 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8445 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8446 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8447 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8448 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8449 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8450 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8451 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8452 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8453 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8454 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8455 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8456 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8457 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8458 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8459 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8460 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8461 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8462 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8463 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8464 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8465 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8466 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8467 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8468 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8469 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8470 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8471 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8472 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8473 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8474 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8475 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8476 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8477 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8478 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8479 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8480 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8481 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8482 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8483 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8484 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8485 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8486 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8487 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8488 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8489 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8490 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8491 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8492 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8493 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8494 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8495 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8496 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8497 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8498 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8499 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8500 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8501 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8502 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8503 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8504 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8505 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8506 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8507 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8508 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8509 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8510 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8511 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8512 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8513 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8514 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8515 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8516 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8517 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8518 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8519 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8520 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8521 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8522 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8523 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8524 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8525 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8526 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8527 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8528 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8529 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8530 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8531 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8532 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8533 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8534 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8535 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8536 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8537 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8538 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8539 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8540 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8541 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8542 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8543 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8544 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8545 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8546 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8547 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8548 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8549 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8550 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8551 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8552 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8553 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8554 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8555 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8556 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8557 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8558 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8559 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8560 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8561 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8562 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8563 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8564 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8565 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8566 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8567 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8568 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8569 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8570 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8571 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8572 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8573 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8574 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8575 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8576 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8577 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8578 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8579 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8580 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8581 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8582 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8583 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8584 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8585 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8586 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8587 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8588 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8589 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8590 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8591 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8592 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8593 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8594 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8595 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8596 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8597 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8598 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8599 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8600 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8601 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8602 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8603 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8604 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8605 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8606 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8607 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8608 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8609 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8610 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8611 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8612 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8613 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8614 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8615 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8616 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8617 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8618 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8619 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8620 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8621 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8622 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8623 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8624 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8625 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8626 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8627 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8628 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8629 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8630 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8631 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8632 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8633 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8634 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8635 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8636 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8637 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8638 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8639 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8640 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8641 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8642 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8643 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8644 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8645 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8646 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8647 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8648 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8649 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8650 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8651 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8652 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8653 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8654 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8655 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8656 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8657 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8658 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8659 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8660 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8661 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8662 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8663 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8664 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8665 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8666 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8667 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8668 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8669 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8670 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8671 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8672 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8673 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8674 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8675 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8676 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8677 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8678 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8679 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8680 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8681 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8682 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8683 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8684 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8685 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8686 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8687 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8688 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8689 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8690 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8691 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8692 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8693 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8694 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8695 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8696 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8697 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8698 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8699 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8700 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8701 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8702 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8703 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8704 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8705 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8706 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8707 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8708 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8709 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8710 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8711 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8712 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8713 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8714 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8715 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8716 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8717 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8718 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8719 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8720 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8721 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8722 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8723 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8724 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8725 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8726 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8727 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8728 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8729 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8730 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8731 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8732 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8733 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8734 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8735 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8736 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8737 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8738 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8739 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8740 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8741 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8742 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8743 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8744 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8745 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8746 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8747 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8748 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8749 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8750 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8751 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8752 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8753 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8754 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8755 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8756 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8757 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8758 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8759 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8760 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8761 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8762 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8763 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8764 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8765 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8766 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8767 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8768 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8769 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8770 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8771 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8772 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8773 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8774 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8775 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8776 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8777 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8778 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8779 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8780 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8781 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8782 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8783 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8784 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8785 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8786 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8787 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8788 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8789 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8790 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8791 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8792 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8793 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8794 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8795 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8796 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8797 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8798 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8799 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8800 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8801 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8802 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8803 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8804 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8805 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8806 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8807 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8808 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8809 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8810 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8811 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8812 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8813 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8814 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8815 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8816 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8817 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8818 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8819 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8820 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8821 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8822 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8823 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8824 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8825 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8826 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8827 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8828 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8829 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8830 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8831 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8832 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8833 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8834 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8835 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8836 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8837 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8838 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8839 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8840 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8841 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8842 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8843 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8844 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8845 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8846 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8847 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8848 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8849 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8850 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8851 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8852 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8853 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8854 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8855 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8856 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8857 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8858 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8859 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8860 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8861 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8862 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8863 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8864 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8865 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8866 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8867 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8868 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8869 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8870 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8871 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8872 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8873 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8874 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8875 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8876 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8877 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8878 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8879 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8880 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8881 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8882 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8883 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8884 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8885 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8886 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8887 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8888 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8889 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8890 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8891 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8892 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8893 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8894 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8895 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8896 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8897 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8898 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8899 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8900 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8901 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8902 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8903 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8904 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8905 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8906 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8907 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8908 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8909 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8910 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8911 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8912 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8913 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8914 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8915 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8916 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8917 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8918 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8919 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8920 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8921 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8922 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8923 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8924 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8925 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8926 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8927 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8928 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8929 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8930 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8931 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8932 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8933 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8934 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8935 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8936 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8937 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8938 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8939 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8940 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8941 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8942 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8943 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8944 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8945 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8946 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8947 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8948 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8949 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8950 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8951 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8952 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8953 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8954 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8955 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8956 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8957 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8958 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8959 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8960 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8961 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8962 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8963 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8964 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8965 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8966 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8967 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8968 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8969 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8970 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8971 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8972 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8973 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8974 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8975 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8976 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8977 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8978 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8979 - print_mix_of_everything: level: 2, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8980 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8981 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8982 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8983 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8984 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8985 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8986 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8987 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8988 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8989 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8990 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8991 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 8992 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 8993 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 8994 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 8995 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 8996 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 8997 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 8998 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 8999 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9000 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9001 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9002 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9003 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9004 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9005 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9006 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9007 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9008 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9009 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9010 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9011 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9012 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9013 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9014 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9015 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9016 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9017 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9018 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9019 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9020 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9021 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9022 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9023 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9024 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9025 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9026 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9027 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9028 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9029 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9030 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9031 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9032 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9033 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9034 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9035 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9036 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9037 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9038 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9039 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9040 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9041 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9042 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9043 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9044 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9045 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9046 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9047 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9048 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9049 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9050 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9051 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9052 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9053 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9054 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9055 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9056 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9057 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9058 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9059 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9060 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9061 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9062 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9063 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9064 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9065 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9066 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9067 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9068 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9069 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9070 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9071 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9072 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9073 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9074 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9075 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9076 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9077 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9078 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9079 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9080 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9081 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9082 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9083 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9084 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9085 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9086 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9087 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9088 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9089 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9090 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9091 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9092 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9093 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9094 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9095 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9096 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9097 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9098 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9099 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9100 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9101 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9102 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9103 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9104 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9105 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9106 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9107 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9108 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9109 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9110 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9111 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9112 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9113 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9114 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9115 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9116 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9117 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9118 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9119 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9120 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9121 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9122 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9123 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9124 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9125 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9126 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9127 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9128 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9129 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9130 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9131 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9132 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9133 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9134 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9135 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9136 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9137 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9138 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9139 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9140 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9141 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9142 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9143 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9144 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9145 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9146 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9147 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9148 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9149 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9150 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9151 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9152 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9153 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9154 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9155 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9156 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9157 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9158 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9159 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9160 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9161 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9162 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9163 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9164 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9165 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9166 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9167 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9168 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9169 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9170 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9171 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9172 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9173 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9174 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9175 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9176 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9177 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9178 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9179 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9180 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9181 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9182 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9183 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9184 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9185 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9186 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9187 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9188 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9189 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9190 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9191 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9192 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9193 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9194 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9195 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9196 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9197 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9198 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9199 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9200 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9201 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9202 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9203 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9204 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9205 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9206 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9207 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9208 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9209 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9210 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9211 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9212 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9213 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9214 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9215 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9216 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9217 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9218 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9219 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9220 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9221 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9222 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9223 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9224 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9225 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9226 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9227 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9228 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9229 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9230 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9231 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9232 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9233 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9234 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9235 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9236 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9237 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9238 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9239 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9240 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9241 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9242 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9243 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9244 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9245 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9246 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9247 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9248 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9249 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9250 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9251 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9252 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9253 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9254 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9255 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9256 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9257 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9258 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9259 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9260 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9261 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9262 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9263 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9264 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9265 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9266 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9267 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9268 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9269 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9270 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9271 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9272 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9273 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9274 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9275 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9276 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9277 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9278 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9279 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9280 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9281 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9282 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9283 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9284 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9285 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9286 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9287 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9288 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9289 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9290 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9291 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9292 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9293 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9294 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9295 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9296 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9297 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9298 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9299 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9300 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9301 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9302 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9303 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9304 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9305 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9306 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9307 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9308 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9309 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9310 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9311 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9312 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9313 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9314 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9315 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9316 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9317 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9318 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9319 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9320 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9321 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9322 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9323 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9324 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9325 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9326 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9327 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9328 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9329 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9330 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9331 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9332 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9333 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9334 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9335 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9336 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9337 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9338 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9339 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9340 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9341 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9342 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9343 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9344 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9345 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9346 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9347 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9348 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9349 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9350 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9351 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9352 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9353 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9354 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9355 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9356 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9357 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9358 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9359 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9360 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9361 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9362 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9363 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9364 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9365 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9366 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9367 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9368 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9369 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9370 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9371 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9372 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9373 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9374 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9375 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9376 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9377 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9378 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9379 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9380 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9381 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9382 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9383 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9384 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9385 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9386 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9387 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9388 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9389 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9390 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9391 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9392 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9393 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9394 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9395 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9396 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9397 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9398 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9399 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9400 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9401 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9402 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9403 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9404 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9405 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9406 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9407 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9408 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9409 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9410 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9411 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9412 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9413 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9414 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9415 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9416 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9417 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9418 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9419 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9420 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9421 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9422 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9423 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9424 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9425 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9426 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9427 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9428 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9429 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9430 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9431 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9432 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9433 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9434 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9435 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9436 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9437 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9438 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9439 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9440 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9441 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9442 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9443 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9444 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9445 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9446 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9447 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9448 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9449 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9450 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9451 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9452 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9453 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9454 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9455 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9456 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9457 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9458 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9459 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9460 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9461 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9462 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9463 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9464 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9465 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9466 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9467 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9468 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9469 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9470 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9471 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9472 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9473 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9474 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9475 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9476 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9477 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9478 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9479 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9480 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9481 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9482 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9483 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9484 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9485 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9486 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9487 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9488 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9489 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9490 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9491 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9492 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9493 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9494 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9495 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9496 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9497 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9498 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9499 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9500 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9501 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9502 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9503 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9504 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9505 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9506 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9507 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9508 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9509 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9510 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9511 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9512 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9513 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9514 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9515 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9516 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9517 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9518 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9519 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9520 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9521 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9522 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9523 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9524 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9525 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9526 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9527 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9528 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9529 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9530 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9531 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9532 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9533 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9534 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9535 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9536 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9537 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9538 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9539 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9540 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9541 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9542 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9543 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9544 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9545 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9546 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9547 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9548 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9549 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9550 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9551 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9552 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9553 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9554 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9555 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9556 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9557 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9558 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9559 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9560 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9561 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9562 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9563 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9564 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9565 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9566 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9567 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9568 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9569 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9570 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9571 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9572 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9573 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9574 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9575 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9576 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9577 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9578 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9579 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9580 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9581 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9582 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9583 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9584 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9585 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9586 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9587 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9588 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9589 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9590 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9591 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9592 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9593 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9594 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9595 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9596 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9597 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9598 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9599 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9600 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9601 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9602 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9603 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9604 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9605 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9606 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9607 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9608 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9609 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9610 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9611 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9612 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9613 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9614 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9615 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9616 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9617 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9618 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9619 - print_mix_of_everything: level: 2, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9620 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9621 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9622 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9623 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9624 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9625 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9626 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9627 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9628 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9629 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9630 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9631 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9632 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9633 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9634 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9635 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9636 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9637 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9638 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9639 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9640 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9641 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9642 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9643 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9644 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9645 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9646 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9647 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9648 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9649 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9650 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9651 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9652 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9653 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9654 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9655 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9656 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9657 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9658 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9659 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9660 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9661 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9662 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9663 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9664 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9665 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9666 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9667 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9668 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9669 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9670 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9671 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9672 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9673 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9674 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9675 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9676 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9677 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9678 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9679 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9680 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9681 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9682 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9683 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9684 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9685 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9686 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9687 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9688 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9689 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9690 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9691 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9692 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9693 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9694 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9695 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9696 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9697 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9698 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9699 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9700 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9701 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9702 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9703 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9704 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9705 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9706 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9707 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9708 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9709 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9710 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9711 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9712 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9713 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9714 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9715 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9716 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9717 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9718 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9719 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9720 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9721 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9722 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9723 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9724 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9725 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9726 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9727 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9728 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9729 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9730 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9731 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9732 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9733 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9734 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9735 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9736 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9737 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9738 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9739 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9740 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9741 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9742 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9743 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9744 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9745 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9746 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9747 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9748 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9749 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9750 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9751 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9752 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9753 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9754 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9755 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9756 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9757 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9758 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9759 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9760 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9761 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9762 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9763 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9764 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9765 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9766 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9767 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9768 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9769 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9770 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9771 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9772 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9773 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9774 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9775 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9776 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9777 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9778 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9779 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9780 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9781 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9782 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9783 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9784 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9785 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9786 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9787 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9788 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9789 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9790 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9791 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9792 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9793 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9794 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9795 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9796 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9797 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9798 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9799 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9800 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9801 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9802 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9803 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9804 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9805 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9806 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9807 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9808 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9809 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9810 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9811 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9812 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9813 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9814 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9815 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9816 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9817 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9818 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9819 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9820 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9821 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9822 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9823 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9824 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9825 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9826 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9827 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9828 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9829 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9830 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9831 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9832 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9833 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9834 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9835 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9836 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9837 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9838 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9839 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9840 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9841 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9842 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9843 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9844 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9845 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9846 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9847 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9848 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9849 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9850 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9851 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9852 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9853 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9854 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9855 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9856 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9857 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9858 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9859 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9860 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9861 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9862 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9863 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9864 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9865 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9866 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9867 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9868 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9869 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9870 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9871 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9872 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9873 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9874 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9875 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9876 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9877 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9878 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9879 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9880 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9881 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9882 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9883 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9884 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9885 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9886 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9887 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9888 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9889 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9890 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9891 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9892 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9893 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9894 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9895 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9896 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9897 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9898 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9899 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9900 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9901 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9902 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9903 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9904 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9905 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9906 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9907 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9908 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9909 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9910 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9911 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9912 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9913 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9914 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9915 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9916 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9917 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9918 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9919 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9920 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9921 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9922 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9923 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9924 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9925 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9926 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9927 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9928 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9929 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9930 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9931 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9932 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9933 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9934 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9935 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9936 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9937 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9938 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9939 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9940 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9941 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9942 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9943 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9944 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9945 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9946 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9947 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9948 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9949 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9950 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9951 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9952 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9953 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9954 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9955 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9956 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9957 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9958 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9959 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9960 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9961 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9962 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9963 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9964 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9965 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9966 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9967 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9968 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9969 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9970 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9971 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9972 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9973 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9974 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9975 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9976 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9977 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9978 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9979 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9980 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9981 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9982 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9983 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9984 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9985 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9986 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9987 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9988 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9989 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9990 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9991 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 9992 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 9993 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 9994 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 9995 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 9996 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 9997 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 9998 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 9999 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10000 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10001 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10002 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10003 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10004 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10005 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10006 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10007 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10008 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10009 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10010 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10011 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10012 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10013 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10014 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10015 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10016 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10017 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10018 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10019 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10020 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10021 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10022 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10023 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10024 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10025 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10026 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10027 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10028 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10029 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10030 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10031 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10032 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10033 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10034 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10035 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10036 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10037 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10038 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10039 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10040 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10041 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10042 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10043 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10044 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10045 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10046 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10047 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10048 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10049 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10050 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10051 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10052 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10053 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10054 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10055 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10056 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10057 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10058 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10059 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10060 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10061 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10062 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10063 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10064 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10065 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10066 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10067 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10068 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10069 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10070 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10071 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10072 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10073 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10074 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10075 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10076 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10077 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10078 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10079 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10080 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10081 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10082 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10083 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10084 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10085 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10086 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10087 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10088 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10089 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10090 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10091 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10092 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10093 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10094 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10095 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10096 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10097 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10098 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10099 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10100 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10101 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10102 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10103 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10104 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10105 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10106 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10107 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10108 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10109 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10110 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10111 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10112 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10113 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10114 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10115 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10116 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10117 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10118 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10119 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10120 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10121 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10122 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10123 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10124 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10125 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10126 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10127 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10128 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10129 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10130 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10131 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10132 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10133 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10134 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10135 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10136 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10137 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10138 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10139 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10140 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10141 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10142 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10143 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10144 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10145 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10146 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10147 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10148 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10149 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10150 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10151 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10152 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10153 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10154 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10155 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10156 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10157 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10158 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10159 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10160 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10161 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10162 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10163 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10164 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10165 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10166 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10167 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10168 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10169 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10170 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10171 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10172 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10173 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10174 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10175 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10176 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10177 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10178 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10179 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10180 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10181 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10182 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10183 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10184 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10185 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10186 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10187 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10188 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10189 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10190 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10191 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10192 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10193 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10194 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10195 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10196 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10197 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10198 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10199 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10200 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10201 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10202 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10203 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10204 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10205 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10206 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10207 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10208 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10209 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10210 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10211 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10212 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10213 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10214 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10215 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10216 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10217 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10218 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10219 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10220 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10221 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10222 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10223 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10224 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10225 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10226 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10227 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10228 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10229 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10230 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10231 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10232 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10233 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10234 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10235 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10236 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10237 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10238 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10239 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10240 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10241 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10242 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10243 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10244 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10245 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10246 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10247 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10248 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10249 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10250 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10251 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10252 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10253 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10254 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10255 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10256 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10257 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10258 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10259 - print_mix_of_everything: level: 2, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10260 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10261 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10262 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10263 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10264 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10265 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10266 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10267 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10268 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10269 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10270 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10271 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10272 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10273 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10274 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10275 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10276 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10277 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10278 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10279 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10280 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10281 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10282 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10283 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10284 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10285 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10286 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10287 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10288 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10289 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10290 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10291 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10292 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10293 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10294 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10295 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10296 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10297 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10298 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10299 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10300 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10301 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10302 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10303 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10304 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10305 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10306 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10307 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10308 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10309 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10310 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10311 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10312 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10313 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10314 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10315 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10316 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10317 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10318 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10319 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10320 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10321 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10322 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10323 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10324 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10325 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10326 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10327 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10328 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10329 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10330 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10331 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10332 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10333 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10334 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10335 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10336 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10337 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10338 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10339 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10340 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10341 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10342 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10343 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10344 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10345 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10346 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10347 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10348 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10349 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10350 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10351 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10352 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10353 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10354 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10355 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10356 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10357 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10358 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10359 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10360 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10361 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10362 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10363 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10364 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10365 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10366 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10367 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10368 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10369 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10370 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10371 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10372 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10373 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10374 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10375 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10376 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10377 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10378 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10379 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10380 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10381 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10382 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10383 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10384 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10385 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10386 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10387 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10388 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10389 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10390 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10391 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10392 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10393 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10394 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10395 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10396 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10397 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10398 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10399 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10400 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10401 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10402 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10403 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10404 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10405 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10406 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10407 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10408 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10409 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10410 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10411 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10412 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10413 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10414 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10415 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10416 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10417 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10418 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10419 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10420 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10421 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10422 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10423 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10424 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10425 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10426 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10427 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10428 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10429 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10430 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10431 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10432 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10433 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10434 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10435 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10436 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10437 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10438 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10439 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10440 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10441 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10442 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10443 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10444 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10445 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10446 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10447 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10448 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10449 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10450 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10451 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10452 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10453 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10454 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10455 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10456 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10457 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10458 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10459 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10460 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10461 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10462 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10463 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10464 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10465 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10466 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10467 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10468 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10469 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10470 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10471 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10472 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10473 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10474 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10475 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10476 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10477 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10478 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10479 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10480 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10481 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10482 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10483 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10484 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10485 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10486 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10487 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10488 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10489 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10490 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10491 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10492 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10493 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10494 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10495 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10496 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10497 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10498 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10499 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10500 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10501 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10502 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10503 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10504 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10505 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10506 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10507 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10508 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10509 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10510 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10511 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10512 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10513 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10514 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10515 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10516 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10517 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10518 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10519 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10520 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10521 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10522 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10523 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10524 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10525 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10526 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10527 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10528 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10529 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10530 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10531 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10532 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10533 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10534 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10535 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10536 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10537 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10538 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10539 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10540 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10541 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10542 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10543 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10544 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10545 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10546 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10547 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10548 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10549 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10550 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10551 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10552 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10553 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10554 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10555 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10556 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10557 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10558 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10559 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10560 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10561 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10562 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10563 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10564 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10565 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10566 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10567 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10568 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10569 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10570 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10571 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10572 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10573 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10574 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10575 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10576 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10577 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10578 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10579 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10580 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10581 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10582 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10583 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10584 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10585 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10586 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10587 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10588 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10589 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10590 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10591 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10592 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10593 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10594 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10595 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10596 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10597 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10598 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10599 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10600 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10601 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10602 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10603 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10604 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10605 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10606 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10607 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10608 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10609 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10610 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10611 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10612 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10613 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10614 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10615 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10616 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10617 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10618 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10619 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10620 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10621 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10622 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10623 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10624 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10625 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10626 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10627 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10628 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10629 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10630 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10631 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10632 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10633 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10634 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10635 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10636 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10637 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10638 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10639 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10640 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10641 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10642 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10643 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10644 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10645 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10646 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10647 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10648 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10649 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10650 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10651 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10652 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10653 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10654 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10655 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10656 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10657 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10658 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10659 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10660 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10661 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10662 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10663 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10664 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10665 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10666 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10667 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10668 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10669 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10670 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10671 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10672 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10673 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10674 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10675 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10676 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10677 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10678 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10679 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10680 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10681 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10682 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10683 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10684 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10685 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10686 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10687 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10688 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10689 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10690 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10691 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10692 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10693 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10694 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10695 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10696 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10697 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10698 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10699 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10700 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10701 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10702 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10703 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10704 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10705 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10706 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10707 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10708 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10709 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10710 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10711 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10712 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10713 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10714 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10715 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10716 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10717 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10718 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10719 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10720 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10721 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10722 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10723 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10724 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10725 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10726 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10727 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10728 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10729 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10730 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10731 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10732 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10733 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10734 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10735 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10736 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10737 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10738 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10739 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10740 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10741 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10742 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10743 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10744 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10745 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10746 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10747 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10748 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10749 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10750 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10751 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10752 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10753 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10754 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10755 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10756 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10757 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10758 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10759 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10760 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10761 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10762 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10763 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10764 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10765 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10766 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10767 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10768 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10769 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10770 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10771 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10772 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10773 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10774 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10775 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10776 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10777 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10778 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10779 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10780 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10781 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10782 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10783 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10784 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10785 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10786 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10787 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10788 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10789 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10790 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10791 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10792 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10793 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10794 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10795 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10796 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10797 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10798 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10799 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10800 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10801 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10802 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10803 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10804 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10805 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10806 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10807 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10808 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10809 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10810 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10811 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10812 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10813 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10814 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10815 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10816 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10817 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10818 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10819 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10820 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10821 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10822 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10823 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10824 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10825 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10826 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10827 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10828 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10829 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10830 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10831 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10832 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10833 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10834 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10835 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10836 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10837 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10838 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10839 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10840 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10841 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10842 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10843 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10844 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10845 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10846 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10847 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10848 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10849 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10850 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10851 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10852 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10853 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10854 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10855 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10856 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10857 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10858 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10859 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10860 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10861 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10862 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10863 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10864 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10865 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10866 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10867 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10868 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10869 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10870 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10871 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10872 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10873 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10874 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10875 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10876 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10877 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10878 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10879 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10880 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10881 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10882 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10883 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10884 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10885 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10886 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10887 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10888 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10889 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10890 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10891 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10892 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10893 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10894 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10895 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10896 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10897 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10898 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10899 - print_mix_of_everything: level: 2, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10900 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10901 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10902 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10903 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10904 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10905 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10906 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10907 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10908 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10909 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10910 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10911 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10912 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10913 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10914 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10915 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10916 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10917 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10918 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10919 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10920 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10921 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10922 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10923 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10924 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10925 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10926 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10927 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10928 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10929 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10930 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10931 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10932 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10933 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10934 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10935 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10936 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10937 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10938 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10939 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10940 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10941 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10942 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10943 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10944 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10945 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10946 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10947 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10948 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10949 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10950 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10951 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10952 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10953 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10954 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10955 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10956 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10957 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10958 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10959 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10960 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10961 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10962 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10963 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10964 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10965 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10966 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10967 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10968 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10969 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10970 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10971 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10972 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10973 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10974 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10975 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10976 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10977 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10978 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10979 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10980 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10981 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10982 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10983 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10984 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10985 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10986 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10987 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10988 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10989 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10990 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10991 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 10992 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 10993 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 10994 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 10995 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 10996 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 10997 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 10998 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 10999 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11000 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11001 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11002 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11003 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11004 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11005 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11006 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11007 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11008 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11009 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11010 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11011 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11012 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11013 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11014 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11015 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11016 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11017 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11018 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11019 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11020 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11021 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11022 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11023 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11024 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11025 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11026 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11027 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11028 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11029 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11030 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11031 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11032 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11033 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11034 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11035 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11036 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11037 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11038 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11039 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11040 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11041 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11042 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11043 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11044 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11045 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11046 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11047 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11048 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11049 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11050 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11051 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11052 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11053 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11054 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11055 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11056 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11057 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11058 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11059 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11060 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11061 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11062 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11063 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11064 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11065 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11066 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11067 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11068 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11069 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11070 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11071 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11072 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11073 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11074 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11075 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11076 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11077 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11078 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11079 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11080 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11081 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11082 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11083 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11084 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11085 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11086 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11087 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11088 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11089 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11090 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11091 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11092 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11093 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11094 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11095 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11096 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11097 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11098 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11099 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11100 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11101 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11102 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11103 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11104 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11105 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11106 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11107 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11108 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11109 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11110 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11111 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11112 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11113 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11114 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11115 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11116 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11117 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11118 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11119 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11120 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11121 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11122 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11123 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11124 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11125 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11126 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11127 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11128 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11129 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11130 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11131 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11132 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11133 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11134 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11135 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11136 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11137 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11138 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11139 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11140 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11141 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11142 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11143 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11144 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11145 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11146 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11147 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11148 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11149 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11150 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11151 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11152 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11153 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11154 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11155 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11156 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11157 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11158 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11159 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11160 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11161 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11162 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11163 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11164 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11165 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11166 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11167 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11168 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11169 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11170 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11171 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11172 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11173 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11174 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11175 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11176 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11177 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11178 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11179 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11180 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11181 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11182 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11183 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11184 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11185 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11186 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11187 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11188 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11189 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11190 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11191 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11192 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11193 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11194 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11195 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11196 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11197 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11198 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11199 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11200 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11201 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11202 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11203 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11204 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11205 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11206 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11207 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11208 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11209 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11210 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11211 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11212 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11213 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11214 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11215 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11216 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11217 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11218 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11219 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11220 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11221 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11222 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11223 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11224 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11225 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11226 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11227 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11228 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11229 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11230 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11231 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11232 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11233 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11234 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11235 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11236 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11237 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11238 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11239 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11240 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11241 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11242 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11243 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11244 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11245 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11246 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11247 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11248 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11249 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11250 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11251 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11252 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11253 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11254 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11255 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11256 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11257 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11258 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11259 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11260 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11261 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11262 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11263 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11264 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11265 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11266 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11267 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11268 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11269 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11270 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11271 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11272 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11273 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11274 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11275 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11276 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11277 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11278 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11279 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11280 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11281 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11282 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11283 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11284 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11285 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11286 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11287 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11288 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11289 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11290 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11291 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11292 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11293 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11294 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11295 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11296 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11297 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11298 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11299 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11300 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11301 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11302 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11303 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11304 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11305 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11306 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11307 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11308 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11309 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11310 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11311 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11312 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11313 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11314 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11315 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11316 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11317 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11318 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11319 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11320 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11321 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11322 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11323 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11324 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11325 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11326 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11327 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11328 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11329 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11330 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11331 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11332 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11333 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11334 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11335 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11336 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11337 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11338 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11339 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11340 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11341 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11342 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11343 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11344 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11345 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11346 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11347 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11348 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11349 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11350 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11351 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11352 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11353 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11354 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11355 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11356 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11357 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11358 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11359 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11360 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11361 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11362 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11363 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11364 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11365 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11366 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11367 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11368 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11369 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11370 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11371 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11372 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11373 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11374 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11375 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11376 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11377 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11378 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11379 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11380 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11381 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11382 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11383 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11384 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11385 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11386 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11387 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11388 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11389 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11390 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11391 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11392 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11393 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11394 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11395 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11396 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11397 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11398 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11399 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11400 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11401 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11402 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11403 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11404 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11405 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11406 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11407 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11408 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11409 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11410 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11411 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11412 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11413 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11414 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11415 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11416 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11417 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11418 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11419 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11420 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11421 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11422 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11423 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11424 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11425 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11426 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11427 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11428 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11429 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11430 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11431 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11432 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11433 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11434 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11435 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11436 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11437 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11438 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11439 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11440 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11441 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11442 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11443 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11444 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11445 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11446 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11447 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11448 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11449 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11450 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11451 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11452 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11453 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11454 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11455 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11456 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11457 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11458 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11459 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11460 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11461 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11462 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11463 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11464 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11465 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11466 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11467 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11468 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11469 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11470 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11471 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11472 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11473 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11474 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11475 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11476 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11477 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11478 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11479 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11480 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11481 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11482 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11483 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11484 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11485 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11486 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11487 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11488 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11489 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11490 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11491 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11492 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11493 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11494 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11495 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11496 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11497 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11498 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11499 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11500 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11501 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11502 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11503 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11504 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11505 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11506 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11507 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11508 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11509 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11510 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11511 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11512 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11513 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11514 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11515 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11516 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11517 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11518 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11519 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11520 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11521 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11522 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11523 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11524 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11525 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11526 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11527 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11528 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11529 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11530 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11531 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11532 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11533 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11534 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11535 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11536 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11537 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11538 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11539 - print_mix_of_everything: level: 2, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11540 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11541 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11542 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11543 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11544 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11545 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11546 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11547 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11548 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11549 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11550 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11551 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11552 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11553 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11554 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11555 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11556 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11557 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11558 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11559 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11560 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11561 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11562 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11563 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11564 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11565 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11566 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11567 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11568 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11569 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11570 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11571 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11572 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11573 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11574 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11575 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11576 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11577 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11578 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11579 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11580 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11581 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11582 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11583 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11584 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11585 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11586 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11587 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11588 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11589 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11590 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11591 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11592 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11593 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11594 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11595 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11596 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11597 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11598 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11599 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11600 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11601 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11602 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11603 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11604 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11605 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11606 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11607 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11608 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11609 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11610 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11611 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11612 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11613 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11614 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11615 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11616 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11617 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11618 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11619 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11620 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11621 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11622 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11623 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11624 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11625 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11626 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11627 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11628 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11629 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11630 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11631 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11632 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11633 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11634 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11635 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11636 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11637 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11638 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11639 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11640 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11641 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11642 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11643 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11644 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11645 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11646 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11647 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11648 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11649 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11650 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11651 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11652 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11653 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11654 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11655 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11656 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11657 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11658 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11659 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11660 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11661 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11662 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11663 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11664 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11665 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11666 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11667 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11668 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11669 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11670 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11671 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11672 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11673 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11674 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11675 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11676 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11677 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11678 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11679 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11680 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11681 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11682 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11683 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11684 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11685 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11686 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11687 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11688 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11689 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11690 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11691 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11692 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11693 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11694 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11695 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11696 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11697 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11698 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11699 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11700 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11701 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11702 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11703 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11704 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11705 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11706 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11707 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11708 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11709 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11710 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11711 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11712 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11713 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11714 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11715 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11716 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11717 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11718 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11719 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11720 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11721 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11722 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11723 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11724 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11725 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11726 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11727 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11728 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11729 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11730 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11731 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11732 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11733 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11734 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11735 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11736 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11737 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11738 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11739 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11740 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11741 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11742 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11743 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11744 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11745 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11746 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11747 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11748 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11749 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11750 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11751 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11752 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11753 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11754 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11755 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11756 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11757 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11758 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11759 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11760 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11761 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11762 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11763 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11764 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11765 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11766 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11767 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11768 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11769 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11770 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11771 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11772 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11773 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11774 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11775 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11776 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11777 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11778 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11779 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11780 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11781 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11782 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11783 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11784 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11785 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11786 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11787 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11788 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11789 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11790 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11791 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11792 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11793 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11794 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11795 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11796 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11797 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11798 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11799 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11800 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11801 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11802 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11803 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11804 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11805 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11806 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11807 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11808 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11809 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11810 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11811 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11812 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11813 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11814 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11815 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11816 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11817 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11818 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11819 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11820 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11821 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11822 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11823 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11824 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11825 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11826 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11827 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11828 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11829 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11830 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11831 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11832 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11833 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11834 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11835 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11836 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11837 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11838 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11839 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11840 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11841 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11842 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11843 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11844 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11845 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11846 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11847 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11848 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11849 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11850 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11851 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11852 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11853 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11854 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11855 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11856 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11857 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11858 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11859 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11860 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11861 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11862 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11863 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11864 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11865 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11866 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11867 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11868 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11869 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11870 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11871 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11872 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11873 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11874 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11875 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11876 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11877 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11878 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11879 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11880 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11881 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11882 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11883 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11884 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11885 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11886 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11887 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11888 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11889 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11890 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11891 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11892 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11893 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11894 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11895 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11896 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11897 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11898 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11899 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11900 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11901 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11902 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11903 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11904 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11905 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11906 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11907 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11908 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11909 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11910 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11911 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11912 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11913 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11914 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11915 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11916 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11917 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11918 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11919 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11920 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11921 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11922 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11923 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11924 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11925 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11926 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11927 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11928 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11929 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11930 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11931 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11932 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11933 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11934 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11935 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11936 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11937 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11938 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11939 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11940 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11941 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11942 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11943 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11944 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11945 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11946 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11947 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11948 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11949 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11950 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11951 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11952 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11953 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11954 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11955 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11956 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11957 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11958 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11959 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11960 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11961 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11962 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11963 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11964 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11965 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11966 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11967 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11968 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11969 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11970 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11971 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11972 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11973 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11974 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11975 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11976 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11977 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11978 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11979 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11980 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11981 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11982 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11983 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11984 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11985 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11986 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11987 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11988 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11989 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11990 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11991 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 11992 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 11993 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 11994 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 11995 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 11996 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 11997 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 11998 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 11999 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12000 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12001 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12002 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12003 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12004 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12005 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12006 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12007 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12008 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12009 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12010 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12011 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12012 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12013 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12014 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12015 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12016 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12017 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12018 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12019 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12020 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12021 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12022 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12023 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12024 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12025 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12026 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12027 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12028 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12029 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12030 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12031 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12032 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12033 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12034 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12035 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12036 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12037 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12038 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12039 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12040 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12041 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12042 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12043 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12044 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12045 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12046 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12047 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12048 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12049 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12050 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12051 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12052 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12053 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12054 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12055 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12056 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12057 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12058 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12059 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12060 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12061 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12062 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12063 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12064 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12065 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12066 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12067 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12068 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12069 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12070 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12071 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12072 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12073 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12074 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12075 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12076 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12077 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12078 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12079 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12080 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12081 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12082 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12083 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12084 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12085 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12086 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12087 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12088 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12089 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12090 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12091 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12092 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12093 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12094 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12095 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12096 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12097 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12098 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12099 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12100 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12101 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12102 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12103 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12104 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12105 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12106 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12107 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12108 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12109 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12110 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12111 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12112 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12113 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12114 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12115 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12116 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12117 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12118 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12119 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12120 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12121 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12122 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12123 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12124 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12125 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12126 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12127 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12128 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12129 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12130 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12131 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12132 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12133 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12134 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12135 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12136 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12137 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12138 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12139 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12140 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12141 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12142 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12143 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12144 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12145 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12146 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12147 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12148 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12149 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12150 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12151 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12152 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12153 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12154 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12155 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12156 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12157 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12158 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12159 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12160 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12161 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12162 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12163 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12164 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12165 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12166 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12167 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12168 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12169 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12170 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12171 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12172 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12173 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12174 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12175 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12176 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12177 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12178 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12179 - print_mix_of_everything: level: 3, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12180 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12181 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12182 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12183 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12184 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12185 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12186 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12187 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12188 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12189 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12190 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12191 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12192 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12193 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12194 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12195 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12196 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12197 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12198 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12199 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12200 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12201 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12202 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12203 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12204 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12205 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12206 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12207 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12208 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12209 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12210 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12211 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12212 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12213 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12214 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12215 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12216 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12217 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12218 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12219 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12220 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12221 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12222 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12223 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12224 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12225 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12226 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12227 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12228 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12229 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12230 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12231 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12232 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12233 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12234 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12235 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12236 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12237 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12238 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12239 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12240 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12241 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12242 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12243 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12244 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12245 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12246 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12247 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12248 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12249 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12250 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12251 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12252 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12253 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12254 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12255 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12256 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12257 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12258 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12259 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12260 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12261 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12262 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12263 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12264 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12265 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12266 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12267 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12268 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12269 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12270 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12271 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12272 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12273 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12274 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12275 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12276 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12277 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12278 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12279 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12280 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12281 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12282 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12283 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12284 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12285 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12286 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12287 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12288 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12289 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12290 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12291 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12292 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12293 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12294 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12295 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12296 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12297 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12298 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12299 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12300 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12301 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12302 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12303 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12304 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12305 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12306 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12307 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12308 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12309 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12310 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12311 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12312 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12313 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12314 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12315 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12316 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12317 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12318 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12319 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12320 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12321 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12322 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12323 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12324 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12325 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12326 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12327 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12328 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12329 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12330 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12331 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12332 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12333 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12334 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12335 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12336 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12337 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12338 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12339 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12340 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12341 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12342 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12343 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12344 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12345 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12346 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12347 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12348 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12349 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12350 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12351 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12352 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12353 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12354 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12355 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12356 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12357 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12358 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12359 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12360 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12361 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12362 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12363 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12364 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12365 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12366 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12367 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12368 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12369 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12370 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12371 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12372 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12373 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12374 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12375 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12376 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12377 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12378 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12379 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12380 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12381 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12382 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12383 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12384 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12385 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12386 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12387 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12388 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12389 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12390 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12391 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12392 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12393 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12394 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12395 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12396 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12397 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12398 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12399 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12400 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12401 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12402 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12403 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12404 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12405 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12406 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12407 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12408 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12409 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12410 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12411 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12412 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12413 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12414 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12415 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12416 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12417 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12418 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12419 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12420 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12421 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12422 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12423 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12424 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12425 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12426 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12427 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12428 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12429 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12430 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12431 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12432 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12433 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12434 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12435 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12436 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12437 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12438 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12439 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12440 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12441 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12442 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12443 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12444 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12445 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12446 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12447 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12448 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12449 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12450 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12451 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12452 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12453 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12454 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12455 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12456 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12457 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12458 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12459 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12460 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12461 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12462 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12463 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12464 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12465 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12466 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12467 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12468 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12469 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12470 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12471 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12472 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12473 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12474 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12475 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12476 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12477 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12478 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12479 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12480 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12481 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12482 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12483 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12484 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12485 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12486 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12487 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12488 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12489 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12490 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12491 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12492 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12493 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12494 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12495 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12496 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12497 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12498 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12499 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12500 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12501 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12502 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12503 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12504 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12505 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12506 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12507 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12508 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12509 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12510 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12511 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12512 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12513 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12514 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12515 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12516 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12517 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12518 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12519 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12520 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12521 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12522 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12523 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12524 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12525 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12526 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12527 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12528 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12529 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12530 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12531 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12532 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12533 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12534 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12535 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12536 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12537 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12538 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12539 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12540 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12541 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12542 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12543 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12544 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12545 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12546 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12547 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12548 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12549 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12550 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12551 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12552 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12553 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12554 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12555 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12556 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12557 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12558 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12559 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12560 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12561 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12562 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12563 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12564 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12565 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12566 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12567 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12568 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12569 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12570 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12571 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12572 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12573 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12574 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12575 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12576 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12577 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12578 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12579 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12580 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12581 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12582 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12583 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12584 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12585 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12586 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12587 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12588 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12589 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12590 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12591 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12592 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12593 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12594 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12595 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12596 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12597 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12598 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12599 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12600 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12601 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12602 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12603 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12604 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12605 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12606 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12607 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12608 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12609 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12610 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12611 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12612 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12613 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12614 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12615 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12616 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12617 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12618 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12619 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12620 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12621 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12622 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12623 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12624 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12625 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12626 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12627 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12628 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12629 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12630 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12631 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12632 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12633 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12634 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12635 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12636 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12637 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12638 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12639 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12640 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12641 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12642 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12643 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12644 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12645 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12646 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12647 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12648 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12649 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12650 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12651 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12652 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12653 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12654 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12655 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12656 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12657 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12658 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12659 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12660 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12661 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12662 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12663 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12664 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12665 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12666 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12667 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12668 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12669 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12670 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12671 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12672 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12673 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12674 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12675 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12676 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12677 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12678 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12679 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12680 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12681 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12682 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12683 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12684 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12685 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12686 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12687 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12688 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12689 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12690 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12691 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12692 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12693 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12694 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12695 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12696 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12697 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12698 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12699 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12700 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12701 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12702 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12703 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12704 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12705 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12706 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12707 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12708 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12709 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12710 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12711 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12712 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12713 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12714 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12715 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12716 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12717 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12718 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12719 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12720 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12721 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12722 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12723 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12724 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12725 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12726 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12727 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12728 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12729 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12730 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12731 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12732 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12733 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12734 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12735 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12736 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12737 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12738 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12739 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12740 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12741 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12742 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12743 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12744 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12745 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12746 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12747 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12748 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12749 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12750 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12751 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12752 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12753 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12754 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12755 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12756 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12757 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12758 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12759 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12760 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12761 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12762 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12763 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12764 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12765 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12766 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12767 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12768 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12769 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12770 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12771 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12772 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12773 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12774 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12775 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12776 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12777 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12778 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12779 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12780 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12781 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12782 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12783 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12784 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12785 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12786 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12787 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12788 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12789 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12790 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12791 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12792 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12793 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12794 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12795 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12796 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12797 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12798 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12799 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12800 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12801 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12802 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12803 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12804 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12805 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12806 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12807 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12808 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12809 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12810 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12811 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12812 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12813 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12814 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12815 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12816 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12817 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12818 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12819 - print_mix_of_everything: level: 3, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12820 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12821 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12822 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12823 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12824 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12825 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12826 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12827 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12828 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12829 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12830 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12831 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12832 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12833 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12834 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12835 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12836 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12837 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12838 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12839 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12840 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12841 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12842 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12843 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12844 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12845 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12846 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12847 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12848 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12849 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12850 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12851 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12852 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12853 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12854 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12855 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12856 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12857 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12858 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12859 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12860 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12861 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12862 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12863 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12864 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12865 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12866 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12867 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12868 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12869 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12870 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12871 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12872 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12873 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12874 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12875 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12876 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12877 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12878 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12879 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12880 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12881 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12882 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12883 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12884 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12885 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12886 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12887 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12888 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12889 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12890 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12891 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12892 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12893 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12894 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12895 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12896 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12897 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12898 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12899 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12900 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12901 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12902 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12903 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12904 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12905 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12906 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12907 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12908 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12909 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12910 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12911 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12912 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12913 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12914 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12915 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12916 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12917 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12918 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12919 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12920 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12921 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12922 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12923 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12924 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12925 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12926 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12927 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12928 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12929 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12930 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12931 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12932 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12933 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12934 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12935 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12936 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12937 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12938 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12939 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12940 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12941 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12942 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12943 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12944 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12945 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12946 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12947 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12948 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12949 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12950 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12951 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12952 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12953 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12954 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12955 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12956 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12957 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12958 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12959 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12960 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12961 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12962 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12963 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12964 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12965 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12966 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12967 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12968 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12969 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12970 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12971 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12972 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12973 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12974 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12975 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12976 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12977 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12978 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12979 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12980 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12981 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12982 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12983 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12984 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12985 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12986 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12987 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12988 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12989 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12990 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12991 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 12992 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 12993 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 12994 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 12995 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 12996 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 12997 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 12998 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 12999 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13000 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13001 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13002 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13003 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13004 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13005 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13006 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13007 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13008 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13009 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13010 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13011 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13012 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13013 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13014 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13015 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13016 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13017 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13018 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13019 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13020 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13021 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13022 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13023 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13024 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13025 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13026 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13027 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13028 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13029 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13030 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13031 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13032 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13033 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13034 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13035 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13036 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13037 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13038 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13039 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13040 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13041 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13042 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13043 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13044 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13045 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13046 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13047 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13048 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13049 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13050 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13051 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13052 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13053 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13054 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13055 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13056 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13057 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13058 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13059 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13060 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13061 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13062 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13063 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13064 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13065 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13066 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13067 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13068 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13069 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13070 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13071 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13072 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13073 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13074 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13075 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13076 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13077 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13078 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13079 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13080 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13081 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13082 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13083 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13084 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13085 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13086 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13087 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13088 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13089 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13090 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13091 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13092 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13093 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13094 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13095 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13096 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13097 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13098 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13099 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13100 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13101 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13102 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13103 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13104 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13105 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13106 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13107 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13108 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13109 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13110 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13111 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13112 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13113 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13114 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13115 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13116 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13117 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13118 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13119 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13120 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13121 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13122 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13123 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13124 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13125 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13126 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13127 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13128 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13129 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13130 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13131 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13132 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13133 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13134 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13135 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13136 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13137 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13138 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13139 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13140 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13141 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13142 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13143 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13144 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13145 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13146 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13147 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13148 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13149 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13150 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13151 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13152 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13153 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13154 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13155 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13156 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13157 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13158 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13159 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13160 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13161 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13162 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13163 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13164 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13165 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13166 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13167 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13168 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13169 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13170 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13171 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13172 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13173 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13174 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13175 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13176 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13177 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13178 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13179 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13180 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13181 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13182 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13183 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13184 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13185 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13186 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13187 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13188 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13189 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13190 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13191 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13192 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13193 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13194 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13195 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13196 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13197 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13198 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13199 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13200 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13201 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13202 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13203 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13204 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13205 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13206 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13207 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13208 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13209 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13210 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13211 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13212 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13213 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13214 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13215 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13216 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13217 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13218 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13219 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13220 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13221 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13222 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13223 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13224 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13225 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13226 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13227 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13228 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13229 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13230 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13231 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13232 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13233 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13234 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13235 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13236 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13237 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13238 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13239 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13240 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13241 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13242 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13243 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13244 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13245 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13246 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13247 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13248 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13249 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13250 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13251 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13252 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13253 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13254 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13255 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13256 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13257 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13258 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13259 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13260 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13261 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13262 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13263 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13264 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13265 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13266 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13267 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13268 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13269 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13270 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13271 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13272 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13273 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13274 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13275 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13276 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13277 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13278 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13279 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13280 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13281 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13282 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13283 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13284 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13285 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13286 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13287 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13288 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13289 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13290 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13291 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13292 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13293 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13294 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13295 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13296 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13297 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13298 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13299 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13300 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13301 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13302 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13303 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13304 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13305 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13306 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13307 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13308 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13309 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13310 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13311 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13312 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13313 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13314 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13315 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13316 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13317 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13318 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13319 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13320 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13321 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13322 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13323 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13324 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13325 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13326 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13327 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13328 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13329 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13330 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13331 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13332 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13333 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13334 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13335 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13336 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13337 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13338 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13339 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13340 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13341 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13342 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13343 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13344 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13345 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13346 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13347 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13348 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13349 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13350 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13351 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13352 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13353 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13354 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13355 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13356 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13357 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13358 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13359 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13360 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13361 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13362 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13363 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13364 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13365 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13366 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13367 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13368 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13369 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13370 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13371 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13372 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13373 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13374 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13375 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13376 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13377 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13378 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13379 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13380 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13381 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13382 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13383 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13384 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13385 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13386 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13387 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13388 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13389 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13390 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13391 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13392 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13393 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13394 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13395 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13396 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13397 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13398 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13399 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13400 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13401 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13402 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13403 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13404 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13405 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13406 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13407 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13408 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13409 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13410 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13411 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13412 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13413 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13414 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13415 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13416 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13417 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13418 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13419 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13420 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13421 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13422 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13423 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13424 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13425 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13426 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13427 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13428 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13429 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13430 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13431 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13432 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13433 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13434 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13435 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13436 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13437 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13438 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13439 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13440 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13441 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13442 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13443 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13444 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13445 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13446 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13447 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13448 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13449 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13450 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13451 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13452 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13453 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13454 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13455 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13456 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13457 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13458 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13459 - print_mix_of_everything: level: 3, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13460 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13461 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13462 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13463 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13464 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13465 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13466 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13467 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13468 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13469 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13470 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13471 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13472 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13473 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13474 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13475 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13476 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13477 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13478 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13479 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13480 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13481 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13482 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13483 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13484 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13485 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13486 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13487 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13488 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13489 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13490 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13491 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13492 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13493 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13494 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13495 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13496 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13497 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13498 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13499 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13500 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13501 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13502 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13503 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13504 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13505 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13506 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13507 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13508 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13509 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13510 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13511 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13512 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13513 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13514 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13515 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13516 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13517 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13518 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13519 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13520 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13521 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13522 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13523 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13524 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13525 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13526 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13527 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13528 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13529 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13530 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13531 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13532 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13533 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13534 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13535 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13536 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13537 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13538 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13539 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13540 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13541 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13542 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13543 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13544 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13545 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13546 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13547 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13548 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13549 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13550 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13551 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13552 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13553 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13554 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13555 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13556 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13557 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13558 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13559 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13560 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13561 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13562 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13563 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13564 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13565 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13566 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13567 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13568 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13569 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13570 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13571 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13572 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13573 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13574 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13575 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13576 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13577 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13578 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13579 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13580 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13581 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13582 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13583 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13584 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13585 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13586 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13587 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13588 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13589 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13590 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13591 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13592 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13593 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13594 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13595 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13596 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13597 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13598 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13599 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13600 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13601 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13602 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13603 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13604 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13605 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13606 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13607 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13608 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13609 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13610 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13611 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13612 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13613 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13614 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13615 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13616 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13617 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13618 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13619 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13620 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13621 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13622 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13623 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13624 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13625 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13626 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13627 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13628 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13629 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13630 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13631 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13632 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13633 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13634 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13635 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13636 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13637 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13638 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13639 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13640 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13641 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13642 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13643 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13644 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13645 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13646 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13647 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13648 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13649 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13650 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13651 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13652 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13653 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13654 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13655 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13656 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13657 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13658 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13659 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13660 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13661 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13662 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13663 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13664 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13665 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13666 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13667 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13668 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13669 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13670 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13671 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13672 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13673 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13674 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13675 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13676 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13677 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13678 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13679 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13680 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13681 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13682 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13683 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13684 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13685 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13686 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13687 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13688 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13689 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13690 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13691 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13692 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13693 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13694 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13695 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13696 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13697 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13698 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13699 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13700 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13701 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13702 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13703 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13704 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13705 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13706 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13707 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13708 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13709 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13710 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13711 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13712 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13713 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13714 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13715 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13716 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13717 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13718 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13719 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13720 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13721 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13722 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13723 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13724 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13725 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13726 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13727 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13728 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13729 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13730 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13731 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13732 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13733 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13734 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13735 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13736 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13737 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13738 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13739 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13740 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13741 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13742 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13743 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13744 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13745 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13746 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13747 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13748 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13749 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13750 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13751 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13752 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13753 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13754 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13755 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13756 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13757 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13758 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13759 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13760 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13761 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13762 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13763 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13764 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13765 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13766 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13767 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13768 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13769 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13770 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13771 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13772 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13773 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13774 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13775 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13776 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13777 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13778 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13779 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13780 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13781 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13782 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13783 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13784 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13785 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13786 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13787 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13788 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13789 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13790 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13791 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13792 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13793 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13794 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13795 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13796 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13797 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13798 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13799 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13800 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13801 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13802 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13803 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13804 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13805 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13806 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13807 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13808 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13809 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13810 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13811 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13812 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13813 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13814 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13815 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13816 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13817 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13818 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13819 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13820 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13821 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13822 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13823 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13824 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13825 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13826 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13827 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13828 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13829 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13830 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13831 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13832 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13833 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13834 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13835 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13836 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13837 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13838 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13839 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13840 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13841 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13842 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13843 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13844 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13845 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13846 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13847 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13848 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13849 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13850 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13851 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13852 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13853 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13854 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13855 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13856 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13857 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13858 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13859 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13860 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13861 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13862 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13863 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13864 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13865 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13866 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13867 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13868 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13869 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13870 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13871 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13872 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13873 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13874 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13875 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13876 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13877 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13878 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13879 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13880 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13881 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13882 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13883 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13884 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13885 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13886 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13887 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13888 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13889 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13890 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13891 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13892 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13893 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13894 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13895 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13896 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13897 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13898 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13899 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13900 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13901 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13902 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13903 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13904 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13905 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13906 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13907 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13908 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13909 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13910 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13911 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13912 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13913 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13914 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13915 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13916 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13917 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13918 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13919 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13920 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13921 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13922 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13923 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13924 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13925 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13926 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13927 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13928 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13929 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13930 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13931 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13932 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13933 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13934 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13935 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13936 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13937 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13938 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13939 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13940 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13941 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13942 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13943 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13944 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13945 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13946 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13947 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13948 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13949 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13950 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13951 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13952 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13953 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13954 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13955 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13956 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13957 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13958 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13959 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13960 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13961 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13962 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13963 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13964 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13965 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13966 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13967 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13968 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13969 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13970 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13971 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13972 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13973 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13974 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13975 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13976 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13977 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13978 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13979 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13980 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13981 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13982 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13983 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13984 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13985 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13986 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13987 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13988 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13989 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13990 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13991 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 13992 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 13993 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 13994 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 13995 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 13996 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 13997 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 13998 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 13999 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14000 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14001 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14002 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14003 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14004 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14005 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14006 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14007 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14008 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14009 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14010 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14011 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14012 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14013 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14014 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14015 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14016 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14017 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14018 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14019 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14020 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14021 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14022 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14023 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14024 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14025 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14026 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14027 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14028 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14029 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14030 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14031 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14032 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14033 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14034 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14035 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14036 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14037 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14038 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14039 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14040 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14041 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14042 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14043 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14044 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14045 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14046 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14047 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14048 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14049 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14050 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14051 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14052 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14053 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14054 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14055 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14056 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14057 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14058 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14059 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14060 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14061 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14062 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14063 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14064 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14065 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14066 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14067 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14068 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14069 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14070 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14071 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14072 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14073 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14074 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14075 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14076 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14077 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14078 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14079 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14080 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14081 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14082 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14083 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14084 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14085 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14086 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14087 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14088 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14089 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14090 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14091 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14092 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14093 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14094 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14095 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14096 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14097 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14098 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14099 - print_mix_of_everything: level: 3, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14100 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14101 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14102 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14103 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14104 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14105 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14106 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14107 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14108 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14109 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14110 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14111 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14112 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14113 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14114 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14115 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14116 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14117 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14118 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14119 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14120 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14121 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14122 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14123 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14124 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14125 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14126 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14127 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14128 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14129 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14130 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14131 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14132 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14133 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14134 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14135 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14136 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14137 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14138 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14139 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14140 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14141 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14142 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14143 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14144 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14145 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14146 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14147 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14148 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14149 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14150 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14151 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14152 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14153 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14154 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14155 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14156 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14157 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14158 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14159 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14160 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14161 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14162 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14163 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14164 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14165 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14166 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14167 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14168 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14169 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14170 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14171 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14172 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14173 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14174 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14175 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14176 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14177 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14178 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14179 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14180 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14181 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14182 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14183 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14184 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14185 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14186 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14187 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14188 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14189 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14190 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14191 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14192 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14193 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14194 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14195 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14196 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14197 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14198 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14199 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14200 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14201 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14202 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14203 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14204 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14205 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14206 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14207 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14208 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14209 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14210 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14211 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14212 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14213 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14214 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14215 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14216 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14217 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14218 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14219 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14220 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14221 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14222 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14223 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14224 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14225 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14226 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14227 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14228 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14229 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14230 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14231 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14232 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14233 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14234 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14235 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14236 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14237 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14238 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14239 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14240 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14241 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14242 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14243 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14244 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14245 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14246 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14247 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14248 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14249 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14250 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14251 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14252 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14253 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14254 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14255 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14256 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14257 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14258 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14259 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14260 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14261 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14262 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14263 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14264 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14265 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14266 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14267 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14268 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14269 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14270 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14271 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14272 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14273 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14274 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14275 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14276 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14277 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14278 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14279 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14280 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14281 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14282 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14283 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14284 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14285 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14286 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14287 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14288 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14289 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14290 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14291 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14292 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14293 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14294 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14295 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14296 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14297 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14298 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14299 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14300 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14301 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14302 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14303 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14304 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14305 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14306 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14307 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14308 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14309 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14310 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14311 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14312 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14313 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14314 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14315 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14316 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14317 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14318 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14319 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14320 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14321 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14322 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14323 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14324 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14325 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14326 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14327 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14328 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14329 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14330 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14331 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14332 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14333 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14334 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14335 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14336 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14337 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14338 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14339 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14340 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14341 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14342 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14343 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14344 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14345 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14346 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14347 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14348 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14349 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14350 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14351 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14352 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14353 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14354 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14355 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14356 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14357 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14358 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14359 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14360 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14361 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14362 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14363 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14364 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14365 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14366 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14367 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14368 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14369 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14370 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14371 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14372 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14373 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14374 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14375 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14376 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14377 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14378 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14379 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14380 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14381 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14382 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14383 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14384 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14385 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14386 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14387 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14388 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14389 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14390 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14391 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14392 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14393 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14394 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14395 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14396 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14397 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14398 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14399 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14400 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14401 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14402 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14403 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14404 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14405 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14406 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14407 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14408 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14409 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14410 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14411 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14412 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14413 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14414 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14415 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14416 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14417 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14418 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14419 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14420 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14421 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14422 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14423 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14424 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14425 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14426 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14427 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14428 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14429 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14430 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14431 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14432 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14433 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14434 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14435 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14436 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14437 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14438 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14439 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14440 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14441 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14442 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14443 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14444 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14445 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14446 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14447 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14448 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14449 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14450 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14451 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14452 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14453 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14454 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14455 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14456 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14457 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14458 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14459 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14460 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14461 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14462 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14463 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14464 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14465 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14466 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14467 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14468 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14469 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14470 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14471 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14472 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14473 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14474 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14475 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14476 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14477 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14478 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14479 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14480 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14481 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14482 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14483 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14484 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14485 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14486 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14487 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14488 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14489 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14490 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14491 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14492 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14493 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14494 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14495 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14496 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14497 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14498 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14499 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14500 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14501 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14502 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14503 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14504 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14505 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14506 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14507 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14508 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14509 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14510 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14511 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14512 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14513 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14514 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14515 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14516 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14517 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14518 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14519 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14520 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14521 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14522 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14523 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14524 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14525 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14526 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14527 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14528 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14529 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14530 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14531 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14532 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14533 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14534 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14535 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14536 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14537 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14538 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14539 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14540 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14541 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14542 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14543 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14544 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14545 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14546 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14547 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14548 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14549 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14550 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14551 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14552 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14553 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14554 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14555 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14556 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14557 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14558 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14559 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14560 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14561 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14562 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14563 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14564 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14565 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14566 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14567 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14568 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14569 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14570 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14571 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14572 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14573 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14574 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14575 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14576 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14577 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14578 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14579 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14580 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14581 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14582 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14583 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14584 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14585 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14586 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14587 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14588 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14589 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14590 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14591 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14592 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14593 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14594 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14595 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14596 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14597 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14598 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14599 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14600 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14601 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14602 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14603 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14604 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14605 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14606 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14607 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14608 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14609 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14610 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14611 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14612 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14613 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14614 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14615 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14616 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14617 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14618 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14619 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14620 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14621 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14622 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14623 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14624 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14625 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14626 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14627 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14628 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14629 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14630 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14631 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14632 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14633 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14634 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14635 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14636 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14637 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14638 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14639 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14640 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14641 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14642 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14643 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14644 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14645 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14646 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14647 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14648 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14649 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14650 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14651 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14652 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14653 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14654 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14655 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14656 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14657 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14658 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14659 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14660 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14661 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14662 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14663 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14664 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14665 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14666 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14667 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14668 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14669 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14670 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14671 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14672 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14673 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14674 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14675 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14676 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14677 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14678 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14679 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14680 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14681 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14682 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14683 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14684 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14685 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14686 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14687 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14688 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14689 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14690 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14691 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14692 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14693 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14694 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14695 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14696 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14697 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14698 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14699 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14700 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14701 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14702 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14703 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14704 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14705 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14706 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14707 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14708 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14709 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14710 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14711 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14712 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14713 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14714 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14715 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14716 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14717 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14718 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14719 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14720 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14721 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14722 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14723 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14724 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14725 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14726 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14727 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14728 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14729 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14730 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14731 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14732 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14733 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14734 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14735 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14736 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14737 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14738 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14739 - print_mix_of_everything: level: 3, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14740 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14741 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14742 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14743 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14744 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14745 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14746 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14747 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14748 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14749 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14750 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14751 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14752 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14753 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14754 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14755 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14756 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14757 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14758 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14759 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14760 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14761 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14762 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14763 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14764 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14765 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14766 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14767 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14768 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14769 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14770 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14771 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14772 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14773 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14774 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14775 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14776 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14777 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14778 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14779 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14780 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14781 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14782 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14783 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14784 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14785 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14786 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14787 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14788 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14789 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14790 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14791 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14792 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14793 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14794 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14795 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14796 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14797 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14798 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14799 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14800 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14801 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14802 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14803 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14804 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14805 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14806 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14807 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14808 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14809 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14810 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14811 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14812 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14813 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14814 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14815 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14816 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14817 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14818 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14819 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14820 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14821 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14822 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14823 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14824 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14825 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14826 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14827 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14828 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14829 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14830 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14831 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14832 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14833 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14834 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14835 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14836 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14837 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14838 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14839 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14840 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14841 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14842 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14843 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14844 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14845 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14846 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14847 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14848 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14849 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14850 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14851 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14852 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14853 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14854 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14855 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14856 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14857 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14858 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14859 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14860 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14861 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14862 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14863 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14864 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14865 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14866 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14867 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14868 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14869 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14870 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14871 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14872 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14873 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14874 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14875 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14876 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14877 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14878 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14879 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14880 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14881 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14882 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14883 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14884 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14885 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14886 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14887 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14888 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14889 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14890 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14891 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14892 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14893 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14894 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14895 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14896 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14897 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14898 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14899 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14900 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14901 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14902 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14903 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14904 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14905 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14906 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14907 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14908 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14909 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14910 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14911 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14912 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14913 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14914 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14915 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14916 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14917 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14918 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14919 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14920 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14921 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14922 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14923 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14924 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14925 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14926 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14927 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14928 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14929 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14930 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14931 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14932 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14933 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14934 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14935 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14936 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14937 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14938 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14939 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14940 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14941 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14942 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14943 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14944 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14945 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14946 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14947 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14948 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14949 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14950 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14951 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14952 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14953 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14954 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14955 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14956 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14957 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14958 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14959 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14960 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14961 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14962 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14963 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14964 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14965 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14966 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14967 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14968 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14969 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14970 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14971 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14972 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14973 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14974 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14975 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14976 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14977 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14978 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14979 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14980 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14981 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14982 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14983 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14984 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14985 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14986 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14987 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14988 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14989 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14990 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14991 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 14992 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 14993 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 14994 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 14995 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 14996 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 14997 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 14998 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 14999 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15000 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15001 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15002 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15003 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15004 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15005 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15006 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15007 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15008 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15009 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15010 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15011 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15012 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15013 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15014 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15015 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15016 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15017 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15018 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15019 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15020 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15021 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15022 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15023 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15024 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15025 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15026 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15027 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15028 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15029 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15030 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15031 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15032 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15033 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15034 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15035 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15036 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15037 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15038 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15039 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15040 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15041 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15042 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15043 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15044 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15045 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15046 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15047 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15048 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15049 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15050 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15051 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15052 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15053 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15054 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15055 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15056 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15057 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15058 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15059 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15060 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15061 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15062 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15063 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15064 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15065 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15066 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15067 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15068 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15069 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15070 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15071 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15072 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15073 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15074 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15075 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15076 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15077 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15078 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15079 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15080 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15081 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15082 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15083 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15084 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15085 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15086 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15087 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15088 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15089 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15090 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15091 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15092 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15093 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15094 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15095 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15096 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15097 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15098 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15099 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15100 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15101 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15102 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15103 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15104 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15105 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15106 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15107 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15108 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15109 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15110 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15111 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15112 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15113 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15114 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15115 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15116 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15117 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15118 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15119 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15120 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15121 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15122 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15123 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15124 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15125 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15126 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15127 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15128 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15129 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15130 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15131 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15132 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15133 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15134 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15135 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15136 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15137 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15138 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15139 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15140 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15141 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15142 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15143 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15144 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15145 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15146 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15147 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15148 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15149 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15150 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15151 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15152 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15153 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15154 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15155 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15156 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15157 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15158 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15159 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15160 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15161 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15162 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15163 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15164 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15165 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15166 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15167 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15168 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15169 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15170 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15171 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15172 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15173 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15174 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15175 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15176 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15177 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15178 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15179 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15180 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15181 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15182 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15183 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15184 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15185 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15186 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15187 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15188 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15189 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15190 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15191 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15192 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15193 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15194 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15195 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15196 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15197 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15198 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15199 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15200 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15201 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15202 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15203 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15204 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15205 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15206 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15207 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15208 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15209 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15210 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15211 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15212 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15213 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15214 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15215 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15216 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15217 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15218 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15219 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15220 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15221 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15222 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15223 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15224 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15225 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15226 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15227 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15228 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15229 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15230 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15231 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15232 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15233 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15234 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15235 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15236 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15237 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15238 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15239 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15240 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15241 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15242 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15243 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15244 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15245 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15246 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15247 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15248 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15249 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15250 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15251 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15252 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15253 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15254 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15255 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15256 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15257 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15258 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15259 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15260 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15261 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15262 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15263 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15264 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15265 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15266 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15267 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15268 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15269 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15270 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15271 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15272 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15273 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15274 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15275 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15276 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15277 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15278 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15279 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15280 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15281 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15282 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15283 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15284 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15285 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15286 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15287 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15288 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15289 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15290 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15291 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15292 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15293 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15294 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15295 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15296 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15297 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15298 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15299 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15300 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15301 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15302 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15303 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15304 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15305 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15306 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15307 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15308 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15309 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15310 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15311 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15312 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15313 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15314 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15315 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15316 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15317 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15318 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15319 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15320 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15321 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15322 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15323 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15324 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15325 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15326 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15327 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15328 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15329 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15330 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15331 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15332 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15333 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15334 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15335 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15336 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15337 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15338 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15339 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15340 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15341 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15342 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15343 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15344 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15345 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15346 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15347 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15348 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15349 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15350 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15351 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15352 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15353 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15354 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15355 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15356 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15357 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15358 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15359 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15360 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15361 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15362 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15363 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15364 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15365 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15366 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15367 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15368 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15369 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15370 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15371 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15372 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15373 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15374 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15375 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15376 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15377 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15378 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15379 - print_mix_of_everything: level: 3, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15380 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15381 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15382 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15383 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15384 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15385 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15386 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15387 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15388 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15389 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15390 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15391 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15392 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15393 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15394 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15395 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15396 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15397 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15398 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15399 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15400 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15401 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15402 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15403 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15404 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15405 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15406 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15407 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15408 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15409 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15410 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15411 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15412 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15413 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15414 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15415 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15416 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15417 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15418 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15419 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15420 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15421 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15422 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15423 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15424 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15425 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15426 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15427 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15428 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15429 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15430 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15431 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15432 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15433 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15434 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15435 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15436 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15437 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15438 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15439 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15440 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15441 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15442 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15443 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15444 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15445 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15446 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15447 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15448 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15449 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15450 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15451 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15452 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15453 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15454 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15455 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15456 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15457 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15458 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15459 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15460 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15461 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15462 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15463 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15464 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15465 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15466 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15467 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15468 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15469 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15470 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15471 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15472 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15473 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15474 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15475 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15476 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15477 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15478 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15479 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15480 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15481 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15482 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15483 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15484 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15485 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15486 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15487 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15488 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15489 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15490 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15491 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15492 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15493 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15494 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15495 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15496 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15497 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15498 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15499 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15500 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15501 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15502 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15503 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15504 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15505 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15506 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15507 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15508 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15509 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15510 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15511 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15512 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15513 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15514 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15515 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15516 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15517 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15518 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15519 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15520 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15521 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15522 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15523 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15524 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15525 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15526 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15527 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15528 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15529 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15530 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15531 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15532 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15533 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15534 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15535 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15536 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15537 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15538 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15539 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15540 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15541 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15542 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15543 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15544 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15545 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15546 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15547 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15548 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15549 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15550 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15551 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15552 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15553 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15554 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15555 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15556 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15557 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15558 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15559 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15560 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15561 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15562 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15563 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15564 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15565 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15566 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15567 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15568 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15569 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15570 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15571 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15572 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15573 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15574 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15575 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15576 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15577 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15578 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15579 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15580 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15581 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15582 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15583 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15584 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15585 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15586 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15587 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15588 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15589 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15590 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15591 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15592 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15593 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15594 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15595 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15596 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15597 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15598 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15599 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15600 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15601 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15602 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15603 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15604 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15605 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15606 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15607 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15608 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15609 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15610 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15611 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15612 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15613 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15614 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15615 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15616 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15617 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15618 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15619 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15620 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15621 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15622 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15623 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15624 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15625 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15626 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15627 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15628 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15629 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15630 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15631 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15632 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15633 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15634 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15635 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15636 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15637 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15638 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15639 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15640 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15641 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15642 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15643 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15644 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15645 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15646 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15647 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15648 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15649 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15650 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15651 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15652 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15653 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15654 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15655 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15656 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15657 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15658 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15659 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15660 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15661 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15662 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15663 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15664 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15665 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15666 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15667 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15668 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15669 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15670 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15671 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15672 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15673 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15674 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15675 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15676 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15677 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15678 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15679 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15680 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15681 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15682 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15683 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15684 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15685 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15686 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15687 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15688 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15689 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15690 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15691 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15692 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15693 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15694 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15695 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15696 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15697 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15698 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15699 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15700 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15701 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15702 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15703 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15704 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15705 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15706 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15707 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15708 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15709 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15710 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15711 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15712 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15713 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15714 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15715 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15716 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15717 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15718 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15719 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15720 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15721 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15722 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15723 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15724 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15725 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15726 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15727 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15728 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15729 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15730 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15731 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15732 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15733 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15734 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15735 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15736 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15737 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15738 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15739 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15740 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15741 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15742 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15743 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15744 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15745 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15746 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15747 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15748 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15749 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15750 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15751 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15752 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15753 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15754 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15755 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15756 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15757 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15758 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15759 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15760 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15761 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15762 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15763 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15764 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15765 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15766 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15767 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15768 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15769 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15770 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15771 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15772 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15773 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15774 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15775 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15776 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15777 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15778 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15779 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15780 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15781 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15782 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15783 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15784 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15785 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15786 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15787 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15788 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15789 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15790 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15791 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15792 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15793 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15794 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15795 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15796 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15797 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15798 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15799 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15800 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15801 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15802 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15803 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15804 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15805 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15806 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15807 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15808 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15809 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15810 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15811 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15812 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15813 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15814 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15815 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15816 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15817 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15818 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15819 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15820 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15821 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15822 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15823 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15824 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15825 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15826 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15827 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15828 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15829 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15830 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15831 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15832 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15833 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15834 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15835 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15836 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15837 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15838 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15839 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15840 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15841 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15842 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15843 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15844 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15845 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15846 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15847 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15848 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15849 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15850 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15851 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15852 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15853 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15854 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15855 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15856 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15857 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15858 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15859 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15860 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15861 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15862 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15863 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15864 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15865 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15866 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15867 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15868 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15869 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15870 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15871 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15872 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15873 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15874 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15875 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15876 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15877 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15878 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15879 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15880 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15881 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15882 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15883 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15884 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15885 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15886 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15887 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15888 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15889 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15890 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15891 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15892 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15893 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15894 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15895 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15896 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15897 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15898 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15899 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15900 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15901 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15902 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15903 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15904 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15905 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15906 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15907 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15908 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15909 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15910 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15911 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15912 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15913 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15914 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15915 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15916 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15917 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15918 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15919 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15920 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15921 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15922 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15923 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15924 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15925 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15926 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15927 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15928 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15929 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15930 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15931 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15932 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15933 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15934 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15935 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15936 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15937 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15938 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15939 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15940 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15941 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15942 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15943 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15944 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15945 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15946 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15947 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15948 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15949 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15950 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15951 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15952 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15953 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15954 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15955 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15956 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15957 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15958 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15959 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15960 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15961 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15962 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15963 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15964 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15965 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15966 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15967 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15968 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15969 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15970 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15971 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15972 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15973 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15974 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15975 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15976 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15977 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15978 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15979 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15980 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15981 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15982 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15983 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15984 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15985 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15986 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15987 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15988 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15989 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15990 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15991 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 15992 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 15993 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 15994 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 15995 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 15996 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 15997 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 15998 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 15999 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16000 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16001 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16002 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16003 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16004 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16005 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16006 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16007 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16008 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16009 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16010 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16011 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16012 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16013 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16014 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16015 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16016 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16017 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16018 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16019 - print_mix_of_everything: level: 4, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16020 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16021 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16022 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16023 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16024 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16025 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16026 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16027 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16028 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16029 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16030 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16031 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16032 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16033 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16034 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16035 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16036 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16037 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16038 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16039 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16040 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16041 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16042 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16043 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16044 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16045 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16046 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16047 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16048 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16049 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16050 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16051 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16052 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16053 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16054 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16055 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16056 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16057 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16058 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16059 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16060 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16061 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16062 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16063 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16064 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16065 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16066 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16067 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16068 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16069 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16070 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16071 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16072 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16073 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16074 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16075 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16076 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16077 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16078 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16079 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16080 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16081 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16082 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16083 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16084 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16085 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16086 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16087 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16088 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16089 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16090 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16091 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16092 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16093 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16094 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16095 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16096 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16097 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16098 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16099 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16100 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16101 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16102 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16103 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16104 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16105 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16106 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16107 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16108 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16109 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16110 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16111 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16112 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16113 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16114 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16115 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16116 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16117 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16118 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16119 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16120 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16121 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16122 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16123 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16124 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16125 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16126 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16127 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16128 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16129 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16130 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16131 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16132 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16133 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16134 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16135 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16136 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16137 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16138 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16139 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16140 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16141 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16142 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16143 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16144 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16145 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16146 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16147 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16148 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16149 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16150 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16151 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16152 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16153 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16154 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16155 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16156 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16157 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16158 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16159 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16160 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16161 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16162 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16163 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16164 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16165 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16166 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16167 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16168 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16169 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16170 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16171 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16172 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16173 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16174 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16175 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16176 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16177 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16178 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16179 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16180 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16181 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16182 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16183 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16184 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16185 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16186 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16187 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16188 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16189 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16190 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16191 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16192 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16193 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16194 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16195 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16196 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16197 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16198 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16199 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16200 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16201 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16202 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16203 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16204 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16205 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16206 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16207 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16208 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16209 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16210 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16211 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16212 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16213 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16214 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16215 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16216 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16217 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16218 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16219 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16220 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16221 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16222 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16223 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16224 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16225 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16226 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16227 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16228 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16229 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16230 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16231 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16232 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16233 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16234 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16235 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16236 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16237 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16238 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16239 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16240 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16241 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16242 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16243 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16244 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16245 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16246 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16247 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16248 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16249 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16250 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16251 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16252 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16253 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16254 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16255 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16256 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16257 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16258 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16259 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16260 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16261 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16262 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16263 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16264 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16265 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16266 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16267 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16268 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16269 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16270 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16271 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16272 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16273 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16274 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16275 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16276 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16277 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16278 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16279 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16280 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16281 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16282 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16283 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16284 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16285 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16286 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16287 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16288 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16289 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16290 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16291 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16292 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16293 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16294 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16295 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16296 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16297 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16298 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16299 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16300 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16301 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16302 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16303 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16304 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16305 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16306 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16307 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16308 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16309 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16310 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16311 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16312 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16313 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16314 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16315 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16316 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16317 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16318 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16319 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16320 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16321 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16322 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16323 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16324 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16325 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16326 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16327 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16328 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16329 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16330 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16331 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16332 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16333 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16334 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16335 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16336 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16337 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16338 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16339 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16340 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16341 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16342 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16343 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16344 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16345 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16346 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16347 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16348 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16349 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16350 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16351 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16352 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16353 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16354 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16355 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16356 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16357 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16358 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16359 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16360 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16361 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16362 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16363 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16364 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16365 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16366 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16367 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16368 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16369 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16370 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16371 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16372 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16373 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16374 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16375 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16376 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16377 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16378 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16379 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16380 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16381 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16382 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16383 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16384 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16385 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16386 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16387 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16388 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16389 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16390 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16391 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16392 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16393 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16394 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16395 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16396 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16397 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16398 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16399 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16400 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16401 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16402 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16403 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16404 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16405 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16406 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16407 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16408 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16409 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16410 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16411 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16412 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16413 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16414 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16415 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16416 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16417 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16418 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16419 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16420 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16421 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16422 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16423 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16424 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16425 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16426 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16427 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16428 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16429 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16430 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16431 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16432 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16433 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16434 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16435 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16436 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16437 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16438 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16439 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16440 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16441 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16442 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16443 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16444 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16445 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16446 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16447 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16448 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16449 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16450 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16451 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16452 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16453 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16454 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16455 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16456 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16457 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16458 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16459 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16460 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16461 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16462 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16463 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16464 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16465 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16466 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16467 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16468 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16469 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16470 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16471 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16472 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16473 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16474 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16475 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16476 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16477 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16478 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16479 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16480 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16481 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16482 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16483 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16484 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16485 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16486 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16487 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16488 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16489 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16490 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16491 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16492 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16493 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16494 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16495 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16496 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16497 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16498 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16499 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16500 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16501 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16502 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16503 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16504 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16505 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16506 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16507 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16508 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16509 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16510 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16511 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16512 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16513 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16514 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16515 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16516 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16517 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16518 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16519 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16520 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16521 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16522 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16523 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16524 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16525 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16526 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16527 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16528 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16529 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16530 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16531 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16532 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16533 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16534 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16535 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16536 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16537 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16538 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16539 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16540 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16541 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16542 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16543 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16544 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16545 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16546 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16547 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16548 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16549 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16550 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16551 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16552 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16553 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16554 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16555 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16556 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16557 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16558 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16559 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16560 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16561 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16562 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16563 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16564 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16565 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16566 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16567 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16568 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16569 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16570 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16571 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16572 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16573 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16574 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16575 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16576 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16577 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16578 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16579 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16580 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16581 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16582 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16583 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16584 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16585 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16586 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16587 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16588 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16589 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16590 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16591 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16592 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16593 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16594 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16595 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16596 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16597 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16598 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16599 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16600 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16601 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16602 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16603 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16604 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16605 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16606 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16607 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16608 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16609 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16610 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16611 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16612 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16613 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16614 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16615 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16616 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16617 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16618 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16619 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16620 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16621 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16622 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16623 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16624 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16625 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16626 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16627 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16628 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16629 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16630 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16631 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16632 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16633 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16634 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16635 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16636 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16637 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16638 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16639 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16640 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16641 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16642 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16643 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16644 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16645 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16646 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16647 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16648 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16649 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16650 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16651 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16652 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16653 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16654 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16655 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16656 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16657 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16658 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16659 - print_mix_of_everything: level: 4, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16660 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16661 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16662 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16663 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16664 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16665 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16666 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16667 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16668 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16669 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16670 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16671 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16672 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16673 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16674 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16675 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16676 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16677 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16678 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16679 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16680 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16681 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16682 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16683 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16684 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16685 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16686 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16687 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16688 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16689 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16690 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16691 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16692 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16693 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16694 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16695 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16696 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16697 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16698 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16699 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16700 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16701 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16702 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16703 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16704 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16705 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16706 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16707 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16708 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16709 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16710 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16711 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16712 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16713 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16714 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16715 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16716 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16717 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16718 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16719 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16720 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16721 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16722 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16723 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16724 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16725 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16726 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16727 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16728 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16729 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16730 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16731 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16732 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16733 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16734 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16735 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16736 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16737 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16738 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16739 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16740 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16741 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16742 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16743 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16744 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16745 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16746 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16747 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16748 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16749 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16750 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16751 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16752 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16753 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16754 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16755 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16756 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16757 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16758 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16759 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16760 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16761 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16762 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16763 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16764 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16765 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16766 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16767 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16768 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16769 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16770 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16771 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16772 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16773 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16774 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16775 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16776 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16777 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16778 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16779 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16780 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16781 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16782 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16783 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16784 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16785 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16786 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16787 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16788 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16789 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16790 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16791 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16792 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16793 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16794 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16795 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16796 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16797 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16798 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16799 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16800 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16801 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16802 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16803 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16804 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16805 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16806 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16807 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16808 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16809 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16810 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16811 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16812 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16813 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16814 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16815 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16816 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16817 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16818 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16819 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16820 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16821 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16822 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16823 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16824 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16825 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16826 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16827 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16828 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16829 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16830 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16831 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16832 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16833 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16834 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16835 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16836 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16837 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16838 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16839 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16840 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16841 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16842 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16843 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16844 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16845 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16846 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16847 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16848 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16849 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16850 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16851 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16852 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16853 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16854 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16855 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16856 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16857 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16858 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16859 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16860 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16861 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16862 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16863 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16864 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16865 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16866 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16867 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16868 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16869 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16870 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16871 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16872 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16873 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16874 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16875 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16876 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16877 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16878 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16879 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16880 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16881 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16882 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16883 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16884 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16885 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16886 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16887 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16888 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16889 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16890 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16891 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16892 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16893 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16894 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16895 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16896 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16897 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16898 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16899 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16900 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16901 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16902 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16903 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16904 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16905 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16906 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16907 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16908 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16909 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16910 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16911 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16912 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16913 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16914 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16915 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16916 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16917 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16918 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16919 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16920 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16921 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16922 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16923 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16924 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16925 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16926 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16927 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16928 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16929 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16930 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16931 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16932 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16933 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16934 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16935 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16936 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16937 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16938 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16939 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16940 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16941 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16942 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16943 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16944 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16945 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16946 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16947 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16948 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16949 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16950 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16951 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16952 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16953 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16954 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16955 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16956 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16957 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16958 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16959 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16960 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16961 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16962 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16963 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16964 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16965 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16966 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16967 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16968 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16969 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16970 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16971 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16972 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16973 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16974 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16975 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16976 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16977 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16978 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16979 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16980 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16981 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16982 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16983 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16984 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16985 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16986 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16987 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16988 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16989 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16990 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16991 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 16992 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 16993 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 16994 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 16995 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 16996 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 16997 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 16998 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 16999 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17000 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17001 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17002 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17003 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17004 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17005 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17006 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17007 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17008 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17009 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17010 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17011 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17012 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17013 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17014 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17015 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17016 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17017 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17018 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17019 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17020 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17021 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17022 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17023 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17024 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17025 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17026 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17027 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17028 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17029 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17030 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17031 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17032 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17033 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17034 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17035 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17036 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17037 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17038 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17039 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17040 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17041 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17042 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17043 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17044 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17045 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17046 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17047 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17048 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17049 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17050 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17051 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17052 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17053 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17054 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17055 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17056 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17057 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17058 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17059 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17060 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17061 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17062 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17063 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17064 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17065 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17066 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17067 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17068 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17069 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17070 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17071 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17072 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17073 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17074 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17075 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17076 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17077 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17078 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17079 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17080 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17081 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17082 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17083 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17084 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17085 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17086 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17087 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17088 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17089 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17090 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17091 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17092 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17093 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17094 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17095 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17096 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17097 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17098 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17099 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17100 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17101 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17102 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17103 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17104 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17105 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17106 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17107 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17108 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17109 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17110 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17111 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17112 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17113 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17114 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17115 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17116 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17117 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17118 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17119 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17120 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17121 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17122 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17123 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17124 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17125 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17126 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17127 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17128 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17129 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17130 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17131 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17132 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17133 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17134 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17135 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17136 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17137 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17138 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17139 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17140 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17141 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17142 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17143 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17144 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17145 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17146 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17147 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17148 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17149 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17150 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17151 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17152 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17153 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17154 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17155 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17156 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17157 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17158 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17159 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17160 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17161 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17162 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17163 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17164 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17165 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17166 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17167 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17168 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17169 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17170 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17171 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17172 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17173 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17174 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17175 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17176 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17177 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17178 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17179 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17180 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17181 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17182 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17183 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17184 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17185 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17186 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17187 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17188 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17189 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17190 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17191 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17192 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17193 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17194 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17195 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17196 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17197 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17198 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17199 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17200 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17201 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17202 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17203 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17204 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17205 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17206 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17207 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17208 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17209 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17210 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17211 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17212 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17213 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17214 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17215 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17216 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17217 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17218 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17219 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17220 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17221 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17222 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17223 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17224 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17225 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17226 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17227 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17228 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17229 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17230 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17231 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17232 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17233 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17234 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17235 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17236 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17237 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17238 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17239 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17240 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17241 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17242 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17243 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17244 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17245 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17246 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17247 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17248 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17249 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17250 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17251 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17252 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17253 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17254 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17255 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17256 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17257 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17258 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17259 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17260 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17261 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17262 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17263 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17264 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17265 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17266 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17267 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17268 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17269 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17270 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17271 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17272 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17273 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17274 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17275 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17276 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17277 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17278 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17279 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17280 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17281 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17282 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17283 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17284 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17285 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17286 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17287 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17288 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17289 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17290 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17291 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17292 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17293 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17294 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17295 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17296 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17297 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17298 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17299 - print_mix_of_everything: level: 4, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17300 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17301 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17302 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17303 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17304 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17305 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17306 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17307 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17308 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17309 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17310 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17311 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17312 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17313 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17314 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17315 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17316 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17317 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17318 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17319 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17320 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17321 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17322 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17323 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17324 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17325 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17326 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17327 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17328 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17329 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17330 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17331 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17332 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17333 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17334 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17335 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17336 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17337 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17338 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17339 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17340 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17341 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17342 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17343 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17344 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17345 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17346 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17347 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17348 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17349 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17350 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17351 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17352 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17353 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17354 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17355 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17356 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17357 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17358 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17359 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17360 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17361 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17362 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17363 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17364 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17365 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17366 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17367 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17368 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17369 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17370 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17371 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17372 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17373 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17374 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17375 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17376 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17377 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17378 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17379 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17380 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17381 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17382 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17383 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17384 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17385 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17386 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17387 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17388 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17389 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17390 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17391 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17392 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17393 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17394 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17395 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17396 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17397 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17398 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17399 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17400 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17401 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17402 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17403 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17404 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17405 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17406 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17407 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17408 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17409 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17410 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17411 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17412 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17413 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17414 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17415 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17416 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17417 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17418 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17419 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17420 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17421 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17422 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17423 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17424 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17425 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17426 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17427 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17428 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17429 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17430 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17431 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17432 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17433 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17434 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17435 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17436 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17437 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17438 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17439 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17440 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17441 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17442 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17443 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17444 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17445 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17446 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17447 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17448 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17449 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17450 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17451 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17452 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17453 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17454 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17455 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17456 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17457 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17458 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17459 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17460 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17461 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17462 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17463 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17464 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17465 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17466 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17467 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17468 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17469 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17470 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17471 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17472 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17473 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17474 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17475 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17476 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17477 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17478 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17479 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17480 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17481 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17482 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17483 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17484 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17485 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17486 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17487 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17488 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17489 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17490 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17491 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17492 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17493 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17494 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17495 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17496 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17497 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17498 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17499 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17500 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17501 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17502 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17503 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17504 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17505 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17506 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17507 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17508 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17509 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17510 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17511 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17512 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17513 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17514 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17515 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17516 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17517 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17518 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17519 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17520 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17521 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17522 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17523 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17524 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17525 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17526 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17527 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17528 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17529 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17530 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17531 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17532 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17533 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17534 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17535 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17536 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17537 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17538 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17539 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17540 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17541 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17542 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17543 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17544 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17545 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17546 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17547 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17548 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17549 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17550 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17551 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17552 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17553 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17554 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17555 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17556 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17557 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17558 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17559 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17560 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17561 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17562 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17563 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17564 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17565 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17566 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17567 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17568 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17569 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17570 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17571 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17572 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17573 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17574 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17575 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17576 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17577 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17578 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17579 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17580 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17581 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17582 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17583 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17584 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17585 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17586 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17587 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17588 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17589 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17590 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17591 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17592 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17593 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17594 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17595 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17596 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17597 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17598 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17599 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17600 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17601 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17602 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17603 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17604 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17605 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17606 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17607 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17608 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17609 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17610 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17611 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17612 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17613 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17614 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17615 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17616 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17617 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17618 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17619 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17620 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17621 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17622 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17623 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17624 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17625 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17626 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17627 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17628 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17629 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17630 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17631 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17632 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17633 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17634 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17635 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17636 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17637 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17638 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17639 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17640 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17641 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17642 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17643 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17644 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17645 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17646 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17647 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17648 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17649 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17650 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17651 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17652 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17653 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17654 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17655 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17656 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17657 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17658 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17659 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17660 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17661 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17662 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17663 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17664 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17665 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17666 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17667 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17668 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17669 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17670 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17671 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17672 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17673 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17674 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17675 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17676 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17677 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17678 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17679 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17680 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17681 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17682 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17683 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17684 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17685 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17686 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17687 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17688 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17689 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17690 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17691 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17692 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17693 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17694 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17695 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17696 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17697 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17698 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17699 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17700 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17701 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17702 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17703 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17704 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17705 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17706 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17707 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17708 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17709 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17710 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17711 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17712 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17713 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17714 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17715 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17716 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17717 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17718 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17719 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17720 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17721 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17722 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17723 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17724 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17725 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17726 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17727 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17728 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17729 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17730 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17731 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17732 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17733 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17734 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17735 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17736 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17737 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17738 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17739 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17740 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17741 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17742 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17743 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17744 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17745 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17746 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17747 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17748 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17749 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17750 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17751 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17752 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17753 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17754 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17755 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17756 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17757 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17758 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17759 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17760 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17761 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17762 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17763 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17764 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17765 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17766 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17767 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17768 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17769 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17770 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17771 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17772 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17773 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17774 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17775 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17776 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17777 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17778 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17779 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17780 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17781 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17782 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17783 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17784 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17785 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17786 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17787 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17788 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17789 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17790 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17791 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17792 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17793 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17794 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17795 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17796 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17797 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17798 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17799 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17800 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17801 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17802 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17803 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17804 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17805 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17806 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17807 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17808 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17809 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17810 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17811 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17812 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17813 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17814 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17815 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17816 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17817 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17818 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17819 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17820 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17821 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17822 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17823 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17824 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17825 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17826 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17827 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17828 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17829 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17830 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17831 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17832 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17833 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17834 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17835 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17836 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17837 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17838 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17839 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17840 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17841 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17842 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17843 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17844 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17845 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17846 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17847 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17848 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17849 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17850 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17851 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17852 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17853 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17854 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17855 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17856 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17857 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17858 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17859 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17860 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17861 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17862 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17863 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17864 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17865 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17866 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17867 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17868 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17869 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17870 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17871 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17872 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17873 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17874 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17875 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17876 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17877 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17878 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17879 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17880 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17881 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17882 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17883 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17884 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17885 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17886 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17887 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17888 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17889 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17890 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17891 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17892 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17893 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17894 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17895 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17896 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17897 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17898 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17899 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17900 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17901 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17902 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17903 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17904 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17905 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17906 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17907 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17908 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17909 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17910 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17911 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17912 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17913 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17914 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17915 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17916 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17917 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17918 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17919 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17920 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17921 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17922 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17923 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17924 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17925 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17926 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17927 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17928 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17929 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17930 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17931 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17932 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17933 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17934 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17935 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17936 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17937 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17938 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17939 - print_mix_of_everything: level: 4, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17940 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17941 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17942 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17943 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17944 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17945 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17946 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17947 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17948 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17949 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17950 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17951 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17952 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17953 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17954 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17955 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17956 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17957 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17958 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17959 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17960 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17961 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17962 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17963 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17964 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17965 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17966 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17967 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17968 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17969 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17970 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17971 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17972 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17973 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17974 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17975 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17976 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17977 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17978 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17979 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17980 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17981 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17982 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17983 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17984 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17985 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17986 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17987 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17988 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17989 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17990 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17991 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 17992 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 17993 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 17994 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 17995 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 17996 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 17997 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 17998 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 17999 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18000 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18001 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18002 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18003 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18004 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18005 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18006 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18007 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18008 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18009 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18010 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18011 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18012 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18013 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18014 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18015 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18016 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18017 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18018 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18019 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18020 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18021 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18022 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18023 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18024 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18025 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18026 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18027 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18028 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18029 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18030 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18031 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18032 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18033 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18034 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18035 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18036 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18037 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18038 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18039 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18040 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18041 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18042 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18043 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18044 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18045 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18046 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18047 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18048 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18049 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18050 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18051 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18052 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18053 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18054 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18055 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18056 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18057 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18058 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18059 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18060 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18061 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18062 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18063 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18064 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18065 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18066 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18067 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18068 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18069 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18070 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18071 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18072 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18073 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18074 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18075 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18076 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18077 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18078 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18079 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18080 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18081 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18082 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18083 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18084 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18085 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18086 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18087 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18088 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18089 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18090 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18091 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18092 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18093 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18094 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18095 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18096 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18097 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18098 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18099 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18100 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18101 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18102 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18103 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18104 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18105 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18106 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18107 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18108 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18109 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18110 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18111 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18112 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18113 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18114 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18115 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18116 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18117 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18118 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18119 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18120 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18121 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18122 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18123 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18124 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18125 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18126 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18127 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18128 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18129 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18130 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18131 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18132 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18133 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18134 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18135 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18136 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18137 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18138 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18139 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18140 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18141 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18142 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18143 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18144 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18145 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18146 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18147 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18148 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18149 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18150 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18151 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18152 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18153 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18154 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18155 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18156 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18157 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18158 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18159 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18160 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18161 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18162 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18163 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18164 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18165 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18166 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18167 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18168 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18169 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18170 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18171 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18172 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18173 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18174 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18175 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18176 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18177 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18178 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18179 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18180 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18181 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18182 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18183 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18184 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18185 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18186 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18187 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18188 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18189 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18190 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18191 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18192 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18193 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18194 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18195 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18196 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18197 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18198 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18199 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18200 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18201 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18202 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18203 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18204 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18205 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18206 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18207 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18208 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18209 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18210 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18211 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18212 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18213 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18214 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18215 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18216 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18217 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18218 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18219 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18220 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18221 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18222 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18223 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18224 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18225 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18226 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18227 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18228 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18229 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18230 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18231 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18232 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18233 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18234 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18235 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18236 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18237 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18238 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18239 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18240 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18241 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18242 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18243 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18244 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18245 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18246 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18247 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18248 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18249 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18250 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18251 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18252 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18253 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18254 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18255 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18256 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18257 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18258 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18259 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18260 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18261 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18262 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18263 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18264 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18265 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18266 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18267 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18268 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18269 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18270 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18271 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18272 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18273 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18274 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18275 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18276 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18277 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18278 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18279 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18280 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18281 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18282 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18283 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18284 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18285 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18286 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18287 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18288 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18289 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18290 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18291 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18292 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18293 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18294 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18295 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18296 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18297 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18298 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18299 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18300 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18301 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18302 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18303 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18304 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18305 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18306 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18307 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18308 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18309 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18310 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18311 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18312 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18313 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18314 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18315 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18316 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18317 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18318 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18319 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18320 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18321 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18322 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18323 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18324 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18325 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18326 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18327 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18328 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18329 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18330 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18331 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18332 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18333 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18334 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18335 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18336 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18337 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18338 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18339 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18340 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18341 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18342 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18343 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18344 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18345 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18346 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18347 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18348 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18349 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18350 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18351 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18352 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18353 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18354 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18355 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18356 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18357 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18358 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18359 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18360 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18361 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18362 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18363 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18364 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18365 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18366 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18367 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18368 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18369 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18370 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18371 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18372 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18373 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18374 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18375 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18376 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18377 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18378 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18379 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18380 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18381 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18382 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18383 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18384 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18385 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18386 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18387 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18388 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18389 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18390 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18391 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18392 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18393 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18394 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18395 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18396 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18397 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18398 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18399 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18400 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18401 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18402 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18403 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18404 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18405 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18406 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18407 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18408 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18409 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18410 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18411 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18412 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18413 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18414 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18415 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18416 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18417 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18418 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18419 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18420 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18421 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18422 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18423 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18424 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18425 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18426 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18427 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18428 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18429 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18430 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18431 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18432 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18433 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18434 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18435 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18436 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18437 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18438 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18439 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18440 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18441 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18442 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18443 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18444 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18445 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18446 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18447 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18448 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18449 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18450 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18451 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18452 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18453 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18454 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18455 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18456 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18457 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18458 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18459 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18460 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18461 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18462 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18463 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18464 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18465 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18466 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18467 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18468 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18469 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18470 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18471 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18472 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18473 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18474 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18475 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18476 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18477 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18478 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18479 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18480 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18481 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18482 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18483 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18484 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18485 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18486 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18487 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18488 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18489 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18490 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18491 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18492 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18493 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18494 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18495 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18496 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18497 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18498 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18499 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18500 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18501 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18502 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18503 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18504 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18505 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18506 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18507 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18508 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18509 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18510 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18511 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18512 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18513 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18514 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18515 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18516 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18517 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18518 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18519 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18520 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18521 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18522 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18523 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18524 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18525 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18526 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18527 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18528 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18529 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18530 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18531 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18532 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18533 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18534 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18535 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18536 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18537 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18538 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18539 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18540 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18541 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18542 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18543 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18544 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18545 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18546 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18547 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18548 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18549 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18550 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18551 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18552 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18553 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18554 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18555 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18556 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18557 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18558 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18559 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18560 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18561 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18562 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18563 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18564 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18565 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18566 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18567 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18568 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18569 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18570 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18571 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18572 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18573 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18574 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18575 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18576 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18577 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18578 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18579 - print_mix_of_everything: level: 4, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18580 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18581 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18582 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18583 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18584 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18585 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18586 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18587 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18588 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18589 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18590 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18591 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18592 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18593 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18594 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18595 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18596 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18597 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18598 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18599 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18600 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18601 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18602 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18603 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18604 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18605 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18606 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18607 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18608 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18609 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18610 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18611 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18612 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18613 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18614 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18615 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18616 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18617 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18618 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18619 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18620 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18621 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18622 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18623 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18624 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18625 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18626 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18627 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18628 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18629 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18630 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18631 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18632 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18633 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18634 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18635 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18636 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18637 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18638 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18639 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18640 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18641 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18642 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18643 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18644 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18645 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18646 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18647 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18648 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18649 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18650 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18651 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18652 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18653 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18654 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18655 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18656 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18657 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18658 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18659 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18660 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18661 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18662 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18663 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18664 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18665 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18666 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18667 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18668 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18669 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18670 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18671 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18672 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18673 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18674 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18675 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18676 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18677 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18678 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18679 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18680 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18681 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18682 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18683 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18684 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18685 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18686 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18687 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18688 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18689 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18690 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18691 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18692 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18693 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18694 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18695 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18696 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18697 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18698 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18699 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18700 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18701 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18702 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18703 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18704 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18705 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18706 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18707 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18708 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18709 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18710 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18711 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18712 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18713 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18714 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18715 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18716 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18717 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18718 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18719 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18720 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18721 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18722 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18723 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18724 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18725 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18726 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18727 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18728 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18729 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18730 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18731 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18732 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18733 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18734 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18735 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18736 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18737 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18738 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18739 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18740 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18741 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18742 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18743 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18744 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18745 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18746 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18747 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18748 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18749 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18750 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18751 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18752 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18753 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18754 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18755 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18756 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18757 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18758 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18759 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18760 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18761 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18762 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18763 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18764 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18765 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18766 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18767 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18768 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18769 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18770 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18771 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18772 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18773 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18774 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18775 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18776 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18777 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18778 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18779 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18780 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18781 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18782 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18783 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18784 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18785 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18786 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18787 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18788 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18789 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18790 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18791 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18792 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18793 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18794 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18795 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18796 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18797 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18798 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18799 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18800 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18801 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18802 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18803 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18804 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18805 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18806 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18807 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18808 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18809 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18810 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18811 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18812 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18813 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18814 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18815 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18816 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18817 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18818 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18819 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18820 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18821 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18822 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18823 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18824 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18825 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18826 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18827 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18828 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18829 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18830 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18831 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18832 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18833 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18834 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18835 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18836 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18837 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18838 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18839 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18840 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18841 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18842 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18843 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18844 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18845 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18846 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18847 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18848 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18849 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18850 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18851 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18852 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18853 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18854 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18855 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18856 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18857 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18858 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18859 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18860 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18861 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18862 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18863 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18864 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18865 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18866 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18867 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18868 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18869 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18870 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18871 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18872 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18873 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18874 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18875 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18876 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18877 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18878 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18879 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18880 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18881 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18882 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18883 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18884 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18885 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18886 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18887 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18888 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18889 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18890 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18891 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18892 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18893 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18894 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18895 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18896 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18897 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18898 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18899 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18900 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18901 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18902 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18903 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18904 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18905 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18906 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18907 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18908 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18909 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18910 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18911 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18912 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18913 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18914 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18915 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18916 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18917 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18918 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18919 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18920 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18921 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18922 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18923 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18924 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18925 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18926 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18927 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18928 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18929 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18930 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18931 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18932 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18933 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18934 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18935 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18936 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18937 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18938 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18939 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18940 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18941 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18942 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18943 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18944 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18945 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18946 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18947 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18948 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18949 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18950 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18951 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18952 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18953 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18954 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18955 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18956 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18957 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18958 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18959 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18960 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18961 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18962 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18963 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18964 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18965 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18966 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18967 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18968 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18969 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18970 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18971 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18972 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18973 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18974 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18975 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18976 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18977 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18978 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18979 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18980 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18981 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18982 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18983 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18984 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18985 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18986 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18987 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18988 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18989 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18990 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18991 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 18992 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 18993 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 18994 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 18995 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 18996 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 18997 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 18998 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 18999 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19000 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19001 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19002 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19003 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19004 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19005 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19006 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19007 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19008 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19009 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19010 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19011 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19012 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19013 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19014 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19015 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19016 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19017 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19018 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19019 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19020 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19021 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19022 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19023 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19024 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19025 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19026 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19027 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19028 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19029 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19030 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19031 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19032 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19033 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19034 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19035 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19036 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19037 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19038 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19039 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19040 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19041 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19042 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19043 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19044 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19045 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19046 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19047 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19048 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19049 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19050 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19051 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19052 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19053 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19054 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19055 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19056 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19057 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19058 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19059 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19060 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19061 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19062 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19063 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19064 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19065 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19066 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19067 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19068 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19069 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19070 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19071 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19072 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19073 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19074 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19075 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19076 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19077 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19078 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19079 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19080 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19081 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19082 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19083 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19084 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19085 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19086 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19087 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19088 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19089 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19090 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19091 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19092 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19093 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19094 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19095 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19096 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19097 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19098 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19099 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19100 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19101 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19102 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19103 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19104 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19105 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19106 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19107 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19108 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19109 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19110 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19111 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19112 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19113 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19114 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19115 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19116 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19117 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19118 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19119 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19120 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19121 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19122 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19123 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19124 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19125 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19126 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19127 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19128 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19129 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19130 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19131 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19132 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19133 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19134 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19135 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19136 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19137 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19138 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19139 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19140 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19141 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19142 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19143 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19144 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19145 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19146 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19147 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19148 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19149 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19150 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19151 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19152 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19153 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19154 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19155 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19156 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19157 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19158 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19159 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19160 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19161 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19162 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19163 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19164 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19165 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19166 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19167 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19168 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19169 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19170 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19171 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19172 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19173 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19174 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19175 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19176 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19177 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19178 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19179 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19180 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19181 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19182 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19183 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19184 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19185 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19186 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19187 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19188 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19189 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19190 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19191 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19192 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19193 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19194 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19195 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19196 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19197 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19198 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19199 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19200 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19201 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19202 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19203 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19204 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19205 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19206 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19207 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19208 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19209 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19210 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19211 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19212 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19213 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19214 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19215 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19216 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19217 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19218 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19219 - print_mix_of_everything: level: 4, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19220 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19221 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19222 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19223 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19224 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19225 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19226 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19227 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19228 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19229 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19230 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19231 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19232 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19233 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19234 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19235 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19236 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19237 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19238 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19239 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19240 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19241 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19242 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19243 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19244 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19245 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19246 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19247 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19248 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19249 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19250 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19251 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19252 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19253 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19254 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19255 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19256 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19257 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19258 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19259 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19260 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19261 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19262 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19263 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19264 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19265 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19266 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19267 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19268 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19269 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19270 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19271 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19272 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19273 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19274 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19275 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19276 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19277 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19278 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19279 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19280 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19281 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19282 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19283 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19284 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19285 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19286 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19287 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19288 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19289 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19290 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19291 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19292 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19293 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19294 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19295 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19296 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19297 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19298 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19299 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19300 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19301 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19302 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19303 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19304 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19305 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19306 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19307 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19308 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19309 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19310 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19311 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19312 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19313 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19314 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19315 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19316 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19317 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19318 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19319 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19320 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19321 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19322 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19323 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19324 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19325 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19326 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19327 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19328 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19329 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19330 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19331 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19332 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19333 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19334 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19335 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19336 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19337 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19338 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19339 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19340 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19341 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19342 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19343 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19344 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19345 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19346 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19347 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19348 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19349 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19350 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19351 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19352 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19353 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19354 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19355 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19356 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19357 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19358 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19359 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19360 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19361 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19362 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19363 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19364 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19365 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19366 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19367 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19368 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19369 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19370 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19371 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19372 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19373 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19374 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19375 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19376 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19377 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19378 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19379 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19380 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19381 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19382 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19383 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19384 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19385 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19386 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19387 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19388 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19389 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19390 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19391 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19392 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19393 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19394 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19395 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19396 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19397 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19398 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19399 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19400 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19401 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19402 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19403 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19404 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19405 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19406 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19407 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19408 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19409 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19410 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19411 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19412 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19413 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19414 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19415 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19416 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19417 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19418 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19419 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19420 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19421 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19422 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19423 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19424 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19425 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19426 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19427 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19428 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19429 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19430 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19431 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19432 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19433 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19434 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19435 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19436 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19437 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19438 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19439 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19440 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19441 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19442 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19443 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19444 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19445 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19446 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19447 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19448 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19449 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19450 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19451 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19452 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19453 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19454 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19455 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19456 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19457 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19458 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19459 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19460 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19461 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19462 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19463 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19464 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19465 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19466 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19467 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19468 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19469 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19470 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19471 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19472 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19473 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19474 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19475 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19476 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19477 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19478 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19479 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19480 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19481 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19482 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19483 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19484 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19485 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19486 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19487 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19488 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19489 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19490 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19491 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19492 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19493 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19494 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19495 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19496 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19497 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19498 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19499 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19500 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19501 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19502 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19503 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19504 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19505 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19506 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19507 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19508 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19509 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19510 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19511 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19512 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19513 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19514 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19515 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19516 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19517 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19518 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19519 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19520 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19521 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19522 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19523 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19524 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19525 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19526 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19527 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19528 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19529 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19530 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19531 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19532 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19533 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19534 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19535 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19536 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19537 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19538 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19539 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19540 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19541 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19542 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19543 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19544 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19545 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19546 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19547 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19548 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19549 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19550 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19551 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19552 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19553 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19554 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19555 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19556 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19557 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19558 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19559 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19560 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19561 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19562 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19563 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19564 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19565 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19566 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19567 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19568 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19569 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19570 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19571 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19572 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19573 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19574 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19575 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19576 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19577 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19578 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19579 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19580 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19581 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19582 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19583 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19584 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19585 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19586 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19587 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19588 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19589 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19590 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19591 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19592 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19593 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19594 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19595 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19596 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19597 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19598 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19599 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19600 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19601 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19602 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19603 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19604 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19605 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19606 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19607 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19608 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19609 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19610 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19611 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19612 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19613 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19614 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19615 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19616 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19617 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19618 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19619 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19620 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19621 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19622 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19623 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19624 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19625 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19626 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19627 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19628 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19629 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19630 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19631 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19632 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19633 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19634 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19635 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19636 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19637 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19638 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19639 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19640 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19641 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19642 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19643 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19644 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19645 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19646 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19647 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19648 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19649 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19650 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19651 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19652 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19653 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19654 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19655 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19656 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19657 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19658 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19659 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19660 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19661 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19662 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19663 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19664 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19665 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19666 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19667 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19668 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19669 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19670 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19671 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19672 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19673 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19674 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19675 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19676 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19677 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19678 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19679 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19680 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19681 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19682 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19683 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19684 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19685 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19686 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19687 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19688 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19689 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19690 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19691 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19692 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19693 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19694 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19695 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19696 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19697 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19698 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19699 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19700 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19701 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19702 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19703 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19704 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19705 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19706 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19707 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19708 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19709 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19710 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19711 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19712 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19713 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19714 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19715 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19716 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19717 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19718 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19719 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19720 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19721 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19722 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19723 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19724 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19725 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19726 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19727 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19728 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19729 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19730 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19731 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19732 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19733 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19734 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19735 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19736 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19737 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19738 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19739 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19740 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19741 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19742 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19743 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19744 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19745 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19746 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19747 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19748 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19749 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19750 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19751 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19752 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19753 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19754 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19755 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19756 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19757 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19758 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19759 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19760 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19761 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19762 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19763 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19764 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19765 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19766 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19767 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19768 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19769 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19770 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19771 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19772 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19773 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19774 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19775 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19776 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19777 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19778 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19779 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19780 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19781 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19782 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19783 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19784 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19785 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19786 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19787 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19788 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19789 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19790 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19791 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19792 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19793 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19794 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19795 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19796 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19797 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19798 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19799 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19800 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19801 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19802 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19803 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19804 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19805 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19806 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19807 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19808 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19809 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19810 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19811 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19812 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19813 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19814 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19815 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19816 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19817 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19818 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19819 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19820 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19821 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19822 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19823 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19824 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19825 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19826 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19827 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19828 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19829 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19830 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19831 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19832 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19833 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19834 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19835 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19836 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19837 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19838 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19839 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19840 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19841 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19842 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19843 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19844 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19845 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19846 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19847 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19848 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19849 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19850 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19851 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19852 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19853 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19854 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19855 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19856 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19857 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19858 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19859 - print_mix_of_everything: level: 5, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19860 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19861 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19862 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19863 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19864 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19865 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19866 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19867 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19868 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19869 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19870 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19871 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19872 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19873 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19874 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19875 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19876 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19877 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19878 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19879 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19880 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19881 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19882 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19883 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19884 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19885 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19886 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19887 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19888 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19889 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19890 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19891 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19892 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19893 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19894 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19895 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19896 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19897 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19898 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19899 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19900 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19901 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19902 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19903 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19904 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19905 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19906 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19907 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19908 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19909 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19910 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19911 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19912 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19913 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19914 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19915 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19916 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19917 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19918 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19919 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19920 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19921 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19922 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19923 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19924 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19925 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19926 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19927 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19928 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19929 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19930 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19931 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19932 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19933 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19934 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19935 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19936 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19937 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19938 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19939 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19940 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19941 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19942 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19943 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19944 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19945 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19946 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19947 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19948 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19949 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19950 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19951 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19952 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19953 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19954 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19955 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19956 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19957 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19958 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19959 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19960 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19961 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19962 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19963 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19964 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19965 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19966 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19967 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19968 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19969 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19970 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19971 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19972 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19973 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19974 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19975 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19976 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19977 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19978 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19979 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19980 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19981 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19982 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19983 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19984 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19985 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19986 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19987 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19988 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19989 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19990 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19991 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 19992 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 19993 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 19994 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 19995 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 19996 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 19997 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 19998 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 19999 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20000 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20001 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20002 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20003 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20004 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20005 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20006 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20007 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20008 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20009 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20010 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20011 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20012 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20013 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20014 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20015 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20016 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20017 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20018 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20019 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20020 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20021 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20022 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20023 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20024 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20025 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20026 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20027 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20028 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20029 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20030 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20031 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20032 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20033 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20034 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20035 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20036 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20037 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20038 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20039 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20040 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20041 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20042 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20043 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20044 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20045 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20046 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20047 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20048 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20049 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20050 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20051 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20052 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20053 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20054 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20055 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20056 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20057 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20058 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20059 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20060 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20061 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20062 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20063 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20064 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20065 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20066 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20067 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20068 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20069 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20070 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20071 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20072 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20073 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20074 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20075 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20076 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20077 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20078 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20079 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20080 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20081 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20082 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20083 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20084 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20085 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20086 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20087 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20088 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20089 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20090 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20091 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20092 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20093 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20094 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20095 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20096 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20097 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20098 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20099 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20100 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20101 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20102 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20103 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20104 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20105 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20106 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20107 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20108 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20109 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20110 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20111 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20112 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20113 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20114 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20115 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20116 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20117 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20118 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20119 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20120 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20121 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20122 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20123 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20124 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20125 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20126 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20127 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20128 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20129 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20130 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20131 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20132 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20133 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20134 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20135 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20136 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20137 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20138 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20139 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20140 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20141 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20142 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20143 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20144 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20145 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20146 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20147 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20148 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20149 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20150 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20151 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20152 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20153 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20154 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20155 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20156 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20157 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20158 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20159 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20160 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20161 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20162 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20163 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20164 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20165 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20166 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20167 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20168 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20169 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20170 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20171 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20172 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20173 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20174 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20175 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20176 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20177 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20178 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20179 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20180 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20181 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20182 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20183 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20184 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20185 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20186 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20187 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20188 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20189 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20190 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20191 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20192 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20193 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20194 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20195 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20196 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20197 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20198 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20199 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20200 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20201 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20202 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20203 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20204 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20205 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20206 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20207 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20208 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20209 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20210 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20211 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20212 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20213 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20214 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20215 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20216 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20217 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20218 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20219 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20220 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20221 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20222 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20223 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20224 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20225 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20226 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20227 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20228 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20229 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20230 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20231 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20232 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20233 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20234 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20235 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20236 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20237 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20238 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20239 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20240 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20241 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20242 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20243 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20244 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20245 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20246 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20247 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20248 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20249 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20250 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20251 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20252 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20253 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20254 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20255 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20256 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20257 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20258 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20259 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20260 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20261 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20262 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20263 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20264 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20265 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20266 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20267 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20268 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20269 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20270 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20271 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20272 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20273 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20274 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20275 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20276 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20277 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20278 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20279 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20280 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20281 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20282 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20283 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20284 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20285 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20286 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20287 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20288 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20289 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20290 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20291 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20292 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20293 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20294 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20295 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20296 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20297 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20298 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20299 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20300 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20301 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20302 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20303 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20304 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20305 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20306 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20307 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20308 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20309 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20310 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20311 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20312 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20313 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20314 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20315 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20316 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20317 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20318 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20319 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20320 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20321 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20322 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20323 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20324 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20325 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20326 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20327 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20328 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20329 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20330 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20331 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20332 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20333 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20334 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20335 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20336 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20337 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20338 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20339 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20340 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20341 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20342 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20343 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20344 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20345 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20346 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20347 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20348 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20349 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20350 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20351 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20352 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20353 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20354 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20355 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20356 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20357 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20358 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20359 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20360 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20361 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20362 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20363 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20364 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20365 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20366 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20367 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20368 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20369 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20370 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20371 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20372 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20373 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20374 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20375 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20376 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20377 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20378 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20379 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20380 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20381 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20382 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20383 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20384 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20385 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20386 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20387 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20388 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20389 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20390 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20391 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20392 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20393 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20394 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20395 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20396 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20397 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20398 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20399 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20400 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20401 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20402 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20403 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20404 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20405 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20406 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20407 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20408 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20409 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20410 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20411 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20412 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20413 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20414 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20415 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20416 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20417 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20418 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20419 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20420 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20421 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20422 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20423 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20424 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20425 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20426 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20427 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20428 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20429 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20430 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20431 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20432 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20433 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20434 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20435 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20436 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20437 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20438 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20439 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20440 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20441 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20442 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20443 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20444 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20445 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20446 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20447 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20448 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20449 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20450 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20451 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20452 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20453 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20454 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20455 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20456 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20457 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20458 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20459 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20460 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20461 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20462 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20463 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20464 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20465 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20466 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20467 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20468 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20469 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20470 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20471 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20472 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20473 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20474 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20475 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20476 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20477 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20478 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20479 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20480 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20481 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20482 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20483 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20484 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20485 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20486 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20487 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20488 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20489 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20490 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20491 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20492 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20493 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20494 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20495 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20496 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20497 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20498 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20499 - print_mix_of_everything: level: 5, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20500 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20501 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20502 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20503 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20504 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20505 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20506 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20507 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20508 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20509 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20510 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20511 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20512 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20513 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20514 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20515 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20516 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20517 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20518 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20519 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20520 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20521 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20522 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20523 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20524 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20525 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20526 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20527 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20528 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20529 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20530 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20531 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20532 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20533 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20534 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20535 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20536 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20537 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20538 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20539 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20540 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20541 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20542 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20543 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20544 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20545 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20546 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20547 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20548 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20549 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20550 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20551 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20552 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20553 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20554 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20555 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20556 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20557 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20558 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20559 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20560 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20561 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20562 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20563 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20564 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20565 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20566 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20567 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20568 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20569 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20570 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20571 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20572 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20573 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20574 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20575 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20576 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20577 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20578 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20579 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20580 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20581 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20582 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20583 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20584 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20585 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20586 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20587 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20588 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20589 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20590 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20591 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20592 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20593 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20594 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20595 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20596 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20597 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20598 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20599 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20600 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20601 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20602 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20603 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20604 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20605 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20606 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20607 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20608 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20609 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20610 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20611 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20612 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20613 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20614 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20615 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20616 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20617 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20618 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20619 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20620 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20621 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20622 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20623 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20624 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20625 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20626 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20627 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20628 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20629 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20630 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20631 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20632 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20633 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20634 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20635 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20636 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20637 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20638 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20639 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20640 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20641 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20642 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20643 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20644 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20645 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20646 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20647 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20648 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20649 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20650 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20651 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20652 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20653 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20654 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20655 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20656 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20657 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20658 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20659 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20660 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20661 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20662 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20663 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20664 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20665 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20666 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20667 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20668 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20669 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20670 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20671 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20672 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20673 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20674 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20675 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20676 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20677 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20678 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20679 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20680 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20681 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20682 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20683 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20684 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20685 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20686 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20687 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20688 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20689 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20690 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20691 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20692 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20693 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20694 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20695 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20696 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20697 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20698 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20699 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20700 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20701 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20702 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20703 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20704 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20705 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20706 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20707 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20708 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20709 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20710 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20711 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20712 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20713 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20714 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20715 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20716 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20717 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20718 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20719 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20720 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20721 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20722 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20723 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20724 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20725 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20726 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20727 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20728 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20729 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20730 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20731 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20732 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20733 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20734 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20735 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20736 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20737 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20738 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20739 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20740 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20741 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20742 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20743 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20744 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20745 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20746 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20747 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20748 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20749 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20750 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20751 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20752 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20753 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20754 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20755 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20756 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20757 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20758 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20759 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20760 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20761 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20762 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20763 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20764 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20765 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20766 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20767 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20768 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20769 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20770 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20771 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20772 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20773 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20774 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20775 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20776 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20777 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20778 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20779 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20780 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20781 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20782 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20783 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20784 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20785 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20786 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20787 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20788 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20789 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20790 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20791 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20792 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20793 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20794 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20795 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20796 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20797 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20798 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20799 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20800 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20801 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20802 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20803 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20804 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20805 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20806 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20807 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20808 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20809 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20810 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20811 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20812 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20813 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20814 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20815 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20816 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20817 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20818 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20819 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20820 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20821 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20822 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20823 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20824 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20825 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20826 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20827 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20828 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20829 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20830 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20831 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20832 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20833 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20834 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20835 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20836 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20837 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20838 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20839 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20840 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20841 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20842 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20843 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20844 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20845 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20846 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20847 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20848 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20849 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20850 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20851 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20852 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20853 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20854 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20855 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20856 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20857 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20858 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20859 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20860 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20861 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20862 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20863 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20864 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20865 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20866 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20867 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20868 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20869 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20870 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20871 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20872 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20873 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20874 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20875 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20876 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20877 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20878 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20879 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20880 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20881 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20882 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20883 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20884 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20885 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20886 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20887 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20888 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20889 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20890 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20891 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20892 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20893 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20894 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20895 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20896 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20897 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20898 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20899 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20900 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20901 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20902 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20903 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20904 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20905 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20906 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20907 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20908 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20909 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20910 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20911 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20912 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20913 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20914 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20915 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20916 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20917 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20918 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20919 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20920 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20921 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20922 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20923 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20924 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20925 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20926 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20927 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20928 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20929 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20930 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20931 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20932 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20933 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20934 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20935 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20936 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20937 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20938 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20939 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20940 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20941 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20942 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20943 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20944 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20945 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20946 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20947 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20948 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20949 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20950 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20951 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20952 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20953 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20954 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20955 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20956 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20957 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20958 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20959 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20960 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20961 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20962 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20963 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20964 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20965 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20966 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20967 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20968 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20969 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20970 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20971 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20972 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20973 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20974 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20975 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20976 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20977 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20978 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20979 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20980 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20981 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20982 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20983 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20984 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20985 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20986 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20987 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20988 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20989 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20990 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20991 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 20992 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 20993 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 20994 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 20995 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 20996 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 20997 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 20998 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 20999 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21000 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21001 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21002 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21003 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21004 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21005 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21006 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21007 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21008 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21009 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21010 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21011 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21012 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21013 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21014 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21015 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21016 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21017 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21018 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21019 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21020 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21021 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21022 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21023 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21024 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21025 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21026 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21027 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21028 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21029 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21030 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21031 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21032 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21033 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21034 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21035 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21036 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21037 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21038 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21039 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21040 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21041 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21042 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21043 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21044 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21045 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21046 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21047 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21048 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21049 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21050 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21051 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21052 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21053 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21054 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21055 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21056 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21057 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21058 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21059 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21060 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21061 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21062 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21063 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21064 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21065 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21066 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21067 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21068 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21069 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21070 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21071 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21072 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21073 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21074 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21075 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21076 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21077 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21078 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21079 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21080 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21081 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21082 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21083 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21084 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21085 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21086 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21087 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21088 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21089 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21090 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21091 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21092 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21093 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21094 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21095 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21096 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21097 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21098 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21099 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21100 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21101 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21102 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21103 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21104 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21105 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21106 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21107 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21108 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21109 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21110 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21111 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21112 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21113 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21114 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21115 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21116 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21117 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21118 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21119 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21120 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21121 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21122 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21123 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21124 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21125 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21126 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21127 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21128 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21129 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21130 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21131 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21132 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21133 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21134 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21135 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21136 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21137 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21138 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21139 - print_mix_of_everything: level: 5, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21140 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21141 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21142 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21143 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21144 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21145 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21146 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21147 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21148 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21149 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21150 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21151 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21152 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21153 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21154 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21155 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21156 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21157 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21158 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21159 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21160 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21161 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21162 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21163 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21164 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21165 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21166 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21167 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21168 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21169 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21170 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21171 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21172 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21173 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21174 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21175 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21176 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21177 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21178 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21179 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21180 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21181 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21182 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21183 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21184 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21185 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21186 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21187 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21188 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21189 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21190 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21191 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21192 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21193 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21194 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21195 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21196 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21197 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21198 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21199 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21200 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21201 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21202 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21203 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21204 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21205 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21206 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21207 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21208 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21209 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21210 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21211 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21212 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21213 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21214 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21215 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21216 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21217 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21218 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21219 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21220 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21221 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21222 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21223 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21224 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21225 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21226 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21227 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21228 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21229 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21230 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21231 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21232 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21233 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21234 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21235 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21236 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21237 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21238 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21239 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21240 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21241 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21242 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21243 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21244 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21245 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21246 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21247 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21248 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21249 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21250 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21251 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21252 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21253 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21254 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21255 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21256 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21257 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21258 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21259 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21260 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21261 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21262 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21263 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21264 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21265 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21266 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21267 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21268 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21269 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21270 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21271 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21272 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21273 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21274 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21275 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21276 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21277 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21278 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21279 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21280 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21281 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21282 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21283 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21284 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21285 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21286 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21287 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21288 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21289 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21290 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21291 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21292 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21293 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21294 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21295 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21296 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21297 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21298 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21299 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21300 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21301 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21302 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21303 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21304 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21305 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21306 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21307 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21308 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21309 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21310 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21311 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21312 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21313 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21314 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21315 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21316 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21317 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21318 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21319 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21320 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21321 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21322 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21323 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21324 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21325 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21326 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21327 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21328 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21329 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21330 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21331 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21332 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21333 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21334 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21335 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21336 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21337 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21338 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21339 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21340 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21341 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21342 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21343 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21344 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21345 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21346 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21347 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21348 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21349 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21350 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21351 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21352 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21353 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21354 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21355 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21356 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21357 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21358 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21359 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21360 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21361 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21362 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21363 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21364 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21365 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21366 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21367 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21368 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21369 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21370 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21371 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21372 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21373 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21374 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21375 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21376 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21377 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21378 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21379 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21380 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21381 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21382 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21383 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21384 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21385 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21386 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21387 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21388 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21389 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21390 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21391 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21392 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21393 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21394 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21395 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21396 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21397 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21398 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21399 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21400 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21401 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21402 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21403 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21404 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21405 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21406 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21407 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21408 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21409 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21410 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21411 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21412 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21413 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21414 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21415 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21416 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21417 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21418 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21419 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21420 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21421 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21422 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21423 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21424 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21425 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21426 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21427 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21428 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21429 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21430 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21431 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21432 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21433 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21434 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21435 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21436 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21437 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21438 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21439 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21440 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21441 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21442 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21443 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21444 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21445 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21446 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21447 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21448 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21449 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21450 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21451 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21452 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21453 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21454 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21455 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21456 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21457 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21458 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21459 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21460 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21461 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21462 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21463 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21464 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21465 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21466 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21467 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21468 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21469 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21470 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21471 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21472 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21473 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21474 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21475 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21476 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21477 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21478 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21479 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21480 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21481 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21482 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21483 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21484 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21485 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21486 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21487 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21488 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21489 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21490 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21491 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21492 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21493 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21494 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21495 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21496 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21497 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21498 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21499 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21500 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21501 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21502 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21503 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21504 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21505 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21506 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21507 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21508 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21509 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21510 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21511 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21512 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21513 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21514 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21515 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21516 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21517 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21518 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21519 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21520 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21521 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21522 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21523 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21524 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21525 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21526 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21527 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21528 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21529 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21530 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21531 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21532 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21533 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21534 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21535 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21536 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21537 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21538 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21539 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21540 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21541 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21542 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21543 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21544 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21545 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21546 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21547 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21548 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21549 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21550 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21551 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21552 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21553 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21554 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21555 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21556 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21557 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21558 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21559 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21560 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21561 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21562 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21563 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21564 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21565 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21566 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21567 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21568 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21569 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21570 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21571 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21572 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21573 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21574 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21575 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21576 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21577 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21578 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21579 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21580 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21581 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21582 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21583 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21584 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21585 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21586 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21587 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21588 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21589 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21590 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21591 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21592 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21593 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21594 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21595 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21596 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21597 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21598 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21599 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21600 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21601 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21602 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21603 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21604 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21605 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21606 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21607 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21608 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21609 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21610 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21611 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21612 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21613 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21614 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21615 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21616 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21617 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21618 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21619 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21620 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21621 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21622 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21623 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21624 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21625 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21626 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21627 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21628 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21629 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21630 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21631 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21632 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21633 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21634 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21635 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21636 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21637 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21638 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21639 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21640 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21641 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21642 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21643 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21644 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21645 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21646 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21647 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21648 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21649 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21650 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21651 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21652 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21653 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21654 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21655 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21656 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21657 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21658 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21659 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21660 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21661 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21662 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21663 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21664 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21665 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21666 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21667 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21668 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21669 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21670 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21671 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21672 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21673 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21674 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21675 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21676 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21677 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21678 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21679 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21680 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21681 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21682 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21683 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21684 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21685 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21686 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21687 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21688 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21689 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21690 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21691 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21692 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21693 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21694 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21695 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21696 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21697 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21698 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21699 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21700 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21701 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21702 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21703 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21704 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21705 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21706 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21707 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21708 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21709 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21710 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21711 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21712 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21713 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21714 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21715 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21716 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21717 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21718 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21719 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21720 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21721 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21722 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21723 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21724 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21725 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21726 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21727 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21728 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21729 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21730 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21731 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21732 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21733 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21734 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21735 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21736 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21737 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21738 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21739 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21740 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21741 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21742 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21743 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21744 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21745 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21746 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21747 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21748 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21749 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21750 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21751 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21752 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21753 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21754 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21755 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21756 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21757 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21758 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21759 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21760 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21761 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21762 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21763 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21764 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21765 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21766 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21767 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21768 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21769 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21770 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21771 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21772 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21773 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21774 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21775 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21776 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21777 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21778 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21779 - print_mix_of_everything: level: 5, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21780 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21781 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21782 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21783 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21784 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21785 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21786 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21787 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21788 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21789 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21790 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21791 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21792 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21793 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21794 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21795 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21796 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21797 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21798 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21799 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21800 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21801 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21802 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21803 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21804 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21805 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21806 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21807 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21808 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21809 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21810 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21811 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21812 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21813 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21814 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21815 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21816 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21817 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21818 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21819 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21820 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21821 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21822 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21823 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21824 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21825 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21826 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21827 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21828 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21829 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21830 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21831 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21832 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21833 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21834 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21835 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21836 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21837 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21838 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21839 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21840 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21841 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21842 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21843 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21844 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21845 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21846 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21847 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21848 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21849 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21850 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21851 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21852 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21853 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21854 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21855 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21856 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21857 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21858 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21859 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21860 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21861 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21862 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21863 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21864 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21865 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21866 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21867 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21868 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21869 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21870 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21871 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21872 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21873 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21874 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21875 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21876 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21877 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21878 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21879 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21880 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21881 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21882 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21883 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21884 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21885 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21886 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21887 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21888 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21889 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21890 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21891 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21892 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21893 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21894 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21895 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21896 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21897 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21898 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21899 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21900 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21901 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21902 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21903 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21904 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21905 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21906 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21907 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21908 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21909 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21910 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21911 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21912 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21913 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21914 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21915 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21916 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21917 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21918 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21919 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21920 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21921 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21922 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21923 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21924 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21925 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21926 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21927 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21928 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21929 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21930 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21931 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21932 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21933 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21934 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21935 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21936 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21937 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21938 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21939 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21940 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21941 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21942 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21943 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21944 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21945 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21946 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21947 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21948 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21949 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21950 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21951 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21952 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21953 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21954 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21955 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21956 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21957 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21958 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21959 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21960 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21961 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21962 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21963 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21964 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21965 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21966 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21967 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21968 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21969 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21970 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21971 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21972 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21973 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21974 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21975 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21976 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21977 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21978 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21979 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21980 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21981 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21982 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21983 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21984 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21985 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21986 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21987 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21988 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21989 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21990 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21991 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 21992 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 21993 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 21994 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 21995 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 21996 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 21997 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 21998 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 21999 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22000 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22001 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22002 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22003 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22004 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22005 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22006 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22007 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22008 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22009 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22010 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22011 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22012 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22013 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22014 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22015 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22016 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22017 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22018 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22019 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22020 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22021 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22022 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22023 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22024 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22025 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22026 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22027 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22028 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22029 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22030 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22031 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22032 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22033 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22034 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22035 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22036 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22037 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22038 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22039 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22040 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22041 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22042 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22043 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22044 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22045 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22046 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22047 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22048 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22049 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22050 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22051 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22052 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22053 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22054 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22055 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22056 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22057 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22058 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22059 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22060 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22061 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22062 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22063 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22064 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22065 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22066 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22067 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22068 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22069 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22070 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22071 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22072 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22073 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22074 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22075 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22076 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22077 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22078 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22079 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22080 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22081 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22082 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22083 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22084 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22085 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22086 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22087 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22088 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22089 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22090 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22091 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22092 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22093 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22094 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22095 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22096 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22097 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22098 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22099 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22100 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22101 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22102 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22103 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22104 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22105 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22106 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22107 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22108 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22109 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22110 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22111 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22112 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22113 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22114 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22115 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22116 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22117 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22118 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22119 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22120 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22121 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22122 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22123 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22124 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22125 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22126 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22127 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22128 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22129 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22130 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22131 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22132 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22133 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22134 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22135 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22136 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22137 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22138 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22139 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22140 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22141 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22142 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22143 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22144 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22145 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22146 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22147 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22148 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22149 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22150 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22151 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22152 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22153 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22154 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22155 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22156 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22157 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22158 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22159 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22160 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22161 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22162 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22163 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22164 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22165 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22166 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22167 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22168 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22169 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22170 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22171 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22172 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22173 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22174 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22175 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22176 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22177 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22178 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22179 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22180 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22181 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22182 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22183 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22184 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22185 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22186 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22187 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22188 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22189 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22190 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22191 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22192 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22193 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22194 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22195 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22196 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22197 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22198 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22199 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22200 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22201 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22202 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22203 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22204 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22205 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22206 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22207 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22208 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22209 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22210 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22211 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22212 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22213 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22214 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22215 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22216 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22217 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22218 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22219 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22220 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22221 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22222 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22223 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22224 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22225 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22226 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22227 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22228 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22229 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22230 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22231 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22232 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22233 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22234 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22235 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22236 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22237 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22238 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22239 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22240 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22241 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22242 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22243 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22244 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22245 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22246 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22247 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22248 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22249 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22250 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22251 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22252 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22253 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22254 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22255 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22256 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22257 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22258 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22259 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22260 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22261 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22262 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22263 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22264 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22265 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22266 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22267 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22268 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22269 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22270 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22271 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22272 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22273 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22274 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22275 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22276 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22277 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22278 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22279 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22280 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22281 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22282 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22283 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22284 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22285 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22286 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22287 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22288 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22289 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22290 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22291 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22292 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22293 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22294 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22295 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22296 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22297 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22298 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22299 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22300 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22301 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22302 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22303 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22304 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22305 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22306 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22307 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22308 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22309 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22310 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22311 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22312 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22313 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22314 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22315 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22316 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22317 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22318 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22319 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22320 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22321 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22322 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22323 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22324 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22325 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22326 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22327 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22328 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22329 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22330 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22331 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22332 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22333 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22334 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22335 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22336 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22337 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22338 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22339 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22340 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22341 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22342 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22343 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22344 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22345 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22346 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22347 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22348 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22349 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22350 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22351 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22352 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22353 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22354 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22355 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22356 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22357 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22358 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22359 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22360 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22361 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22362 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22363 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22364 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22365 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22366 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22367 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22368 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22369 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22370 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22371 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22372 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22373 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22374 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22375 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22376 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22377 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22378 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22379 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22380 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22381 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22382 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22383 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22384 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22385 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22386 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22387 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22388 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22389 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22390 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22391 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22392 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22393 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22394 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22395 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22396 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22397 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22398 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22399 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22400 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22401 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22402 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22403 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22404 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22405 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22406 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22407 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22408 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22409 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22410 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22411 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22412 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22413 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22414 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22415 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22416 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22417 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22418 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22419 - print_mix_of_everything: level: 5, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22420 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22421 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22422 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22423 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22424 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22425 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22426 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22427 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22428 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22429 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22430 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22431 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22432 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22433 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22434 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22435 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22436 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22437 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22438 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22439 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22440 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22441 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22442 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22443 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22444 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22445 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22446 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22447 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22448 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22449 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22450 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22451 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22452 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22453 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22454 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22455 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22456 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22457 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22458 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22459 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22460 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22461 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22462 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22463 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22464 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22465 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22466 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22467 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22468 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22469 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22470 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22471 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22472 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22473 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22474 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22475 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22476 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22477 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22478 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22479 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22480 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22481 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22482 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22483 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22484 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22485 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22486 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22487 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22488 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22489 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22490 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22491 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22492 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22493 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22494 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22495 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22496 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22497 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22498 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22499 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22500 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22501 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22502 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22503 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22504 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22505 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22506 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22507 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22508 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22509 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22510 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22511 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22512 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22513 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22514 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22515 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22516 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22517 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22518 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22519 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22520 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22521 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22522 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22523 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22524 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22525 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22526 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22527 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22528 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22529 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22530 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22531 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22532 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22533 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22534 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22535 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22536 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22537 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22538 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22539 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22540 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22541 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22542 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22543 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22544 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22545 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22546 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22547 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22548 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22549 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22550 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22551 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22552 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22553 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22554 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22555 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22556 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22557 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22558 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22559 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22560 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22561 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22562 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22563 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22564 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22565 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22566 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22567 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22568 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22569 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22570 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22571 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22572 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22573 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22574 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22575 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22576 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22577 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22578 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22579 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22580 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22581 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22582 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22583 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22584 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22585 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22586 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22587 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22588 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22589 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22590 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22591 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22592 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22593 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22594 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22595 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22596 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22597 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22598 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22599 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22600 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22601 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22602 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22603 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22604 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22605 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22606 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22607 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22608 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22609 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22610 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22611 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22612 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22613 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22614 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22615 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22616 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22617 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22618 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22619 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22620 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22621 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22622 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22623 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22624 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22625 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22626 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22627 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22628 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22629 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22630 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22631 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22632 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22633 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22634 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22635 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22636 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22637 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22638 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22639 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22640 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22641 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22642 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22643 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22644 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22645 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22646 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22647 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22648 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22649 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22650 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22651 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22652 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22653 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22654 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22655 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22656 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22657 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22658 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22659 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22660 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22661 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22662 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22663 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22664 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22665 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22666 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22667 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22668 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22669 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22670 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22671 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22672 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22673 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22674 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22675 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22676 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22677 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22678 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22679 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22680 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22681 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22682 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22683 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22684 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22685 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22686 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22687 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22688 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22689 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22690 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22691 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22692 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22693 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22694 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22695 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22696 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22697 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22698 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22699 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22700 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22701 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22702 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22703 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22704 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22705 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22706 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22707 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22708 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22709 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22710 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22711 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22712 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22713 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22714 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22715 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22716 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22717 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22718 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22719 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22720 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22721 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22722 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22723 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22724 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22725 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22726 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22727 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22728 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22729 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22730 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22731 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22732 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22733 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22734 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22735 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22736 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22737 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22738 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22739 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22740 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22741 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22742 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22743 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22744 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22745 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22746 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22747 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22748 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22749 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22750 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22751 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22752 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22753 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22754 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22755 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22756 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22757 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22758 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22759 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22760 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22761 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22762 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22763 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22764 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22765 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22766 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22767 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22768 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22769 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22770 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22771 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22772 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22773 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22774 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22775 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22776 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22777 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22778 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22779 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22780 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22781 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22782 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22783 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22784 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22785 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22786 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22787 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22788 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22789 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22790 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22791 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22792 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22793 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22794 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22795 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22796 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22797 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22798 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22799 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22800 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22801 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22802 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22803 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22804 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22805 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22806 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22807 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22808 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22809 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22810 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22811 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22812 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22813 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22814 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22815 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22816 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22817 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22818 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22819 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22820 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22821 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22822 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22823 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22824 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22825 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22826 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22827 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22828 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22829 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22830 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22831 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22832 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22833 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22834 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22835 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22836 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22837 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22838 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22839 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22840 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22841 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22842 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22843 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22844 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22845 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22846 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22847 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22848 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22849 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22850 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22851 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22852 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22853 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22854 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22855 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22856 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22857 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22858 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22859 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22860 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22861 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22862 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22863 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22864 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22865 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22866 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22867 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22868 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22869 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22870 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22871 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22872 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22873 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22874 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22875 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22876 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22877 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22878 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22879 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22880 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22881 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22882 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22883 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22884 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22885 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22886 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22887 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22888 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22889 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22890 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22891 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22892 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22893 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22894 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22895 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22896 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22897 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22898 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22899 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22900 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22901 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22902 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22903 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22904 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22905 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22906 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22907 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22908 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22909 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22910 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22911 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22912 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22913 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22914 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22915 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22916 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22917 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22918 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22919 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22920 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22921 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22922 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22923 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22924 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22925 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22926 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22927 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22928 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22929 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22930 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22931 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22932 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22933 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22934 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22935 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22936 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22937 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22938 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22939 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22940 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22941 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22942 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22943 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22944 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22945 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22946 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22947 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22948 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22949 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22950 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22951 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22952 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22953 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22954 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22955 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22956 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22957 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22958 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22959 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22960 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22961 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22962 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22963 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22964 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22965 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22966 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22967 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22968 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22969 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22970 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22971 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22972 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22973 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22974 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22975 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22976 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22977 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22978 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22979 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22980 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22981 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22982 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22983 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22984 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22985 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22986 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22987 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22988 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22989 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22990 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22991 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 22992 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 22993 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 22994 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 22995 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 22996 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 22997 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 22998 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 22999 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23000 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23001 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23002 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23003 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23004 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23005 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23006 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23007 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23008 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23009 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23010 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23011 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23012 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23013 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23014 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23015 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23016 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23017 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23018 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23019 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23020 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23021 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23022 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23023 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23024 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23025 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23026 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23027 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23028 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23029 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23030 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23031 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23032 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23033 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23034 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23035 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23036 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23037 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23038 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23039 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23040 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23041 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23042 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23043 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23044 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23045 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23046 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23047 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23048 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23049 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23050 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23051 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23052 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23053 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23054 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23055 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23056 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23057 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23058 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23059 - print_mix_of_everything: level: 5, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23060 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23061 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23062 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23063 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23064 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23065 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23066 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23067 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23068 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23069 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23070 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23071 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23072 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23073 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23074 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23075 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23076 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23077 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23078 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23079 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23080 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23081 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23082 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23083 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23084 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23085 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23086 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23087 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23088 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23089 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23090 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23091 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23092 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23093 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23094 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23095 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23096 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23097 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23098 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23099 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23100 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23101 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23102 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23103 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23104 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23105 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23106 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23107 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23108 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23109 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23110 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23111 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23112 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23113 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23114 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23115 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23116 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23117 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23118 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23119 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23120 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23121 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23122 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23123 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23124 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23125 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23126 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23127 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23128 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23129 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23130 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23131 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23132 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23133 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23134 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23135 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23136 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23137 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23138 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23139 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23140 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23141 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23142 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23143 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23144 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23145 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23146 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23147 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23148 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23149 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23150 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23151 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23152 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23153 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23154 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23155 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23156 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23157 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23158 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23159 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23160 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23161 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23162 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23163 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23164 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23165 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23166 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23167 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23168 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23169 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23170 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23171 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23172 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23173 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23174 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23175 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23176 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23177 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23178 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23179 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23180 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23181 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23182 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23183 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23184 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23185 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23186 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23187 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23188 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23189 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23190 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23191 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23192 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23193 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23194 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23195 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23196 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23197 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23198 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23199 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23200 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23201 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23202 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23203 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23204 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23205 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23206 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23207 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23208 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23209 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23210 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23211 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23212 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23213 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23214 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23215 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23216 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23217 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23218 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23219 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23220 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23221 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23222 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23223 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23224 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23225 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23226 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23227 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23228 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23229 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23230 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23231 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23232 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23233 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23234 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23235 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23236 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23237 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23238 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23239 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23240 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23241 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23242 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23243 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23244 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23245 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23246 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23247 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23248 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23249 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23250 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23251 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23252 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23253 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23254 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23255 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23256 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23257 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23258 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23259 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23260 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23261 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23262 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23263 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23264 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23265 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23266 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23267 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23268 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23269 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23270 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23271 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23272 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23273 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23274 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23275 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23276 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23277 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23278 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23279 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23280 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23281 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23282 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23283 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23284 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23285 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23286 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23287 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23288 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23289 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23290 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23291 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23292 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23293 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23294 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23295 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23296 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23297 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23298 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23299 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23300 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23301 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23302 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23303 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23304 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23305 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23306 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23307 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23308 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23309 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23310 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23311 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23312 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23313 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23314 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23315 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23316 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23317 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23318 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23319 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23320 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23321 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23322 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23323 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23324 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23325 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23326 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23327 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23328 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23329 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23330 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23331 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23332 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23333 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23334 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23335 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23336 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23337 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23338 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23339 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23340 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23341 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23342 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23343 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23344 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23345 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23346 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23347 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23348 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23349 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23350 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23351 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23352 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23353 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23354 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23355 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23356 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23357 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23358 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23359 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23360 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23361 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23362 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23363 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23364 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23365 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23366 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23367 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23368 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23369 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23370 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23371 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23372 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23373 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23374 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23375 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23376 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23377 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23378 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23379 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23380 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23381 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23382 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23383 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23384 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23385 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23386 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23387 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23388 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23389 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23390 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23391 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23392 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23393 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23394 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23395 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23396 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23397 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23398 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23399 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23400 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23401 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23402 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23403 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23404 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23405 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23406 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23407 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23408 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23409 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23410 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23411 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23412 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23413 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23414 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23415 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23416 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23417 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23418 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23419 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23420 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23421 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23422 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23423 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23424 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23425 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23426 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23427 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23428 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23429 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23430 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23431 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23432 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23433 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23434 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23435 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23436 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23437 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23438 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23439 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23440 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23441 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23442 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23443 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23444 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23445 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23446 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23447 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23448 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23449 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23450 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23451 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23452 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23453 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23454 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23455 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23456 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23457 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23458 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23459 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23460 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23461 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23462 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23463 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23464 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23465 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23466 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23467 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23468 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23469 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23470 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23471 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23472 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23473 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23474 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23475 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23476 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23477 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23478 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23479 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23480 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23481 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23482 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23483 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23484 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23485 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23486 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23487 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23488 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23489 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23490 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23491 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23492 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23493 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23494 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23495 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23496 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23497 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23498 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23499 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23500 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23501 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23502 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23503 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23504 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23505 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23506 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23507 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23508 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23509 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23510 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23511 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23512 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23513 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23514 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23515 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23516 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23517 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23518 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23519 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23520 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23521 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23522 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23523 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23524 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23525 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23526 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23527 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23528 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23529 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23530 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23531 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23532 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23533 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23534 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23535 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23536 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23537 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23538 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23539 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23540 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23541 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23542 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23543 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23544 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23545 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23546 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23547 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23548 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23549 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23550 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23551 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23552 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23553 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23554 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23555 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23556 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23557 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23558 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23559 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23560 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23561 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23562 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23563 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23564 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23565 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23566 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23567 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23568 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23569 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23570 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23571 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23572 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23573 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23574 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23575 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23576 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23577 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23578 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23579 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23580 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23581 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23582 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23583 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23584 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23585 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23586 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23587 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23588 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23589 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23590 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23591 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23592 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23593 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23594 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23595 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23596 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23597 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23598 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23599 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23600 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23601 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23602 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23603 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23604 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23605 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23606 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23607 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23608 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23609 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23610 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23611 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23612 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23613 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23614 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23615 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23616 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23617 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23618 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23619 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23620 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23621 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23622 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23623 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23624 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23625 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23626 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23627 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23628 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23629 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23630 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23631 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23632 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23633 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23634 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23635 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23636 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23637 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23638 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23639 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23640 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23641 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23642 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23643 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23644 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23645 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23646 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23647 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23648 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23649 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23650 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23651 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23652 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23653 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23654 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23655 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23656 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23657 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23658 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23659 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23660 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23661 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23662 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23663 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23664 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23665 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23666 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23667 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23668 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23669 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23670 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23671 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23672 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23673 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23674 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23675 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23676 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23677 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23678 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23679 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23680 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23681 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23682 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23683 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23684 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23685 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23686 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23687 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23688 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23689 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23690 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23691 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23692 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23693 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23694 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23695 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23696 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23697 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23698 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23699 - print_mix_of_everything: level: 6, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23700 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23701 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23702 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23703 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23704 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23705 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23706 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23707 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23708 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23709 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23710 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23711 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23712 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23713 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23714 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23715 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23716 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23717 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23718 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23719 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23720 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23721 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23722 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23723 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23724 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23725 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23726 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23727 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23728 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23729 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23730 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23731 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23732 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23733 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23734 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23735 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23736 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23737 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23738 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23739 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23740 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23741 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23742 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23743 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23744 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23745 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23746 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23747 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23748 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23749 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23750 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23751 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23752 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23753 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23754 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23755 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23756 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23757 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23758 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23759 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23760 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23761 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23762 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23763 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23764 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23765 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23766 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23767 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23768 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23769 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23770 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23771 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23772 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23773 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23774 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23775 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23776 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23777 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23778 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23779 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23780 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23781 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23782 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23783 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23784 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23785 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23786 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23787 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23788 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23789 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23790 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23791 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23792 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23793 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23794 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23795 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23796 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23797 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23798 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23799 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23800 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23801 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23802 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23803 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23804 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23805 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23806 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23807 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23808 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23809 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23810 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23811 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23812 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23813 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23814 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23815 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23816 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23817 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23818 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23819 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23820 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23821 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23822 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23823 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23824 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23825 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23826 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23827 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23828 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23829 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23830 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23831 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23832 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23833 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23834 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23835 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23836 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23837 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23838 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23839 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23840 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23841 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23842 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23843 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23844 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23845 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23846 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23847 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23848 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23849 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23850 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23851 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23852 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23853 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23854 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23855 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23856 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23857 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23858 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23859 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23860 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23861 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23862 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23863 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23864 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23865 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23866 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23867 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23868 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23869 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23870 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23871 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23872 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23873 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23874 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23875 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23876 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23877 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23878 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23879 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23880 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23881 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23882 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23883 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23884 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23885 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23886 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23887 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23888 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23889 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23890 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23891 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23892 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23893 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23894 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23895 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23896 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23897 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23898 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23899 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23900 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23901 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23902 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23903 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23904 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23905 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23906 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23907 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23908 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23909 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23910 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23911 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23912 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23913 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23914 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23915 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23916 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23917 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23918 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23919 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23920 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23921 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23922 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23923 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23924 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23925 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23926 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23927 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23928 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23929 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23930 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23931 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23932 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23933 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23934 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23935 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23936 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23937 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23938 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23939 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23940 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23941 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23942 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23943 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23944 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23945 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23946 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23947 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23948 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23949 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23950 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23951 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23952 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23953 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23954 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23955 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23956 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23957 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23958 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23959 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23960 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23961 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23962 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23963 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23964 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23965 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23966 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23967 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23968 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23969 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23970 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23971 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23972 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23973 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23974 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23975 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23976 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23977 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23978 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23979 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23980 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23981 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23982 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23983 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23984 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23985 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23986 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23987 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23988 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23989 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23990 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23991 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 23992 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 23993 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 23994 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 23995 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 23996 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 23997 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 23998 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 23999 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24000 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24001 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24002 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24003 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24004 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24005 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24006 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24007 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24008 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24009 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24010 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24011 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24012 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24013 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24014 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24015 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24016 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24017 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24018 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24019 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24020 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24021 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24022 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24023 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24024 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24025 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24026 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24027 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24028 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24029 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24030 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24031 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24032 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24033 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24034 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24035 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24036 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24037 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24038 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24039 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24040 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24041 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24042 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24043 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24044 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24045 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24046 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24047 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24048 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24049 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24050 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24051 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24052 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24053 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24054 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24055 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24056 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24057 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24058 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24059 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24060 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24061 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24062 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24063 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24064 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24065 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24066 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24067 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24068 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24069 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24070 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24071 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24072 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24073 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24074 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24075 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24076 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24077 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24078 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24079 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24080 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24081 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24082 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24083 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24084 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24085 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24086 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24087 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24088 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24089 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24090 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24091 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24092 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24093 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24094 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24095 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24096 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24097 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24098 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24099 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24100 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24101 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24102 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24103 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24104 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24105 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24106 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24107 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24108 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24109 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24110 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24111 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24112 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24113 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24114 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24115 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24116 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24117 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24118 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24119 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24120 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24121 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24122 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24123 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24124 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24125 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24126 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24127 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24128 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24129 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24130 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24131 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24132 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24133 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24134 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24135 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24136 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24137 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24138 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24139 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24140 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24141 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24142 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24143 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24144 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24145 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24146 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24147 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24148 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24149 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24150 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24151 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24152 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24153 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24154 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24155 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24156 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24157 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24158 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24159 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24160 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24161 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24162 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24163 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24164 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24165 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24166 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24167 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24168 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24169 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24170 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24171 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24172 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24173 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24174 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24175 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24176 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24177 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24178 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24179 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24180 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24181 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24182 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24183 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24184 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24185 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24186 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24187 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24188 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24189 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24190 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24191 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24192 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24193 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24194 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24195 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24196 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24197 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24198 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24199 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24200 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24201 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24202 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24203 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24204 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24205 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24206 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24207 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24208 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24209 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24210 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24211 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24212 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24213 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24214 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24215 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24216 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24217 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24218 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24219 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24220 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24221 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24222 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24223 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24224 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24225 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24226 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24227 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24228 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24229 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24230 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24231 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24232 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24233 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24234 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24235 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24236 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24237 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24238 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24239 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24240 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24241 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24242 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24243 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24244 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24245 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24246 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24247 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24248 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24249 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24250 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24251 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24252 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24253 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24254 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24255 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24256 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24257 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24258 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24259 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24260 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24261 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24262 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24263 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24264 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24265 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24266 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24267 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24268 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24269 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24270 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24271 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24272 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24273 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24274 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24275 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24276 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24277 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24278 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24279 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24280 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24281 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24282 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24283 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24284 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24285 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24286 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24287 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24288 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24289 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24290 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24291 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24292 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24293 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24294 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24295 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24296 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24297 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24298 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24299 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24300 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24301 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24302 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24303 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24304 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24305 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24306 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24307 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24308 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24309 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24310 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24311 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24312 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24313 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24314 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24315 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24316 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24317 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24318 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24319 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24320 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24321 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24322 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24323 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24324 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24325 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24326 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24327 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24328 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24329 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24330 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24331 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24332 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24333 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24334 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24335 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24336 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24337 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24338 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24339 - print_mix_of_everything: level: 6, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24340 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24341 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24342 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24343 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24344 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24345 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24346 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24347 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24348 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24349 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24350 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24351 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24352 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24353 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24354 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24355 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24356 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24357 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24358 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24359 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24360 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24361 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24362 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24363 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24364 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24365 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24366 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24367 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24368 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24369 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24370 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24371 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24372 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24373 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24374 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24375 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24376 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24377 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24378 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24379 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24380 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24381 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24382 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24383 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24384 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24385 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24386 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24387 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24388 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24389 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24390 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24391 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24392 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24393 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24394 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24395 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24396 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24397 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24398 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24399 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24400 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24401 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24402 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24403 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24404 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24405 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24406 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24407 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24408 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24409 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24410 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24411 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24412 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24413 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24414 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24415 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24416 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24417 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24418 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24419 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24420 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24421 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24422 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24423 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24424 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24425 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24426 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24427 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24428 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24429 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24430 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24431 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24432 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24433 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24434 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24435 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24436 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24437 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24438 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24439 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24440 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24441 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24442 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24443 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24444 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24445 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24446 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24447 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24448 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24449 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24450 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24451 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24452 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24453 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24454 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24455 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24456 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24457 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24458 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24459 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24460 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24461 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24462 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24463 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24464 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24465 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24466 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24467 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24468 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24469 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24470 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24471 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24472 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24473 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24474 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24475 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24476 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24477 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24478 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24479 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24480 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24481 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24482 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24483 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24484 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24485 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24486 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24487 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24488 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24489 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24490 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24491 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24492 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24493 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24494 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24495 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24496 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24497 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24498 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24499 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24500 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24501 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24502 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24503 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24504 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24505 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24506 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24507 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24508 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24509 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24510 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24511 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24512 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24513 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24514 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24515 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24516 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24517 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24518 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24519 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24520 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24521 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24522 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24523 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24524 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24525 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24526 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24527 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24528 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24529 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24530 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24531 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24532 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24533 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24534 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24535 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24536 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24537 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24538 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24539 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24540 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24541 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24542 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24543 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24544 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24545 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24546 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24547 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24548 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24549 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24550 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24551 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24552 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24553 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24554 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24555 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24556 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24557 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24558 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24559 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24560 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24561 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24562 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24563 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24564 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24565 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24566 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24567 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24568 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24569 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24570 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24571 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24572 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24573 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24574 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24575 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24576 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24577 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24578 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24579 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24580 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24581 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24582 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24583 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24584 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24585 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24586 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24587 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24588 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24589 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24590 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24591 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24592 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24593 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24594 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24595 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24596 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24597 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24598 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24599 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24600 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24601 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24602 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24603 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24604 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24605 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24606 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24607 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24608 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24609 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24610 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24611 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24612 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24613 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24614 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24615 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24616 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24617 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24618 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24619 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24620 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24621 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24622 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24623 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24624 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24625 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24626 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24627 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24628 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24629 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24630 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24631 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24632 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24633 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24634 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24635 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24636 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24637 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24638 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24639 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24640 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24641 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24642 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24643 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24644 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24645 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24646 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24647 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24648 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24649 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24650 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24651 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24652 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24653 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24654 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24655 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24656 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24657 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24658 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24659 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24660 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24661 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24662 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24663 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24664 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24665 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24666 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24667 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24668 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24669 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24670 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24671 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24672 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24673 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24674 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24675 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24676 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24677 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24678 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24679 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24680 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24681 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24682 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24683 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24684 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24685 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24686 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24687 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24688 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24689 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24690 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24691 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24692 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24693 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24694 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24695 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24696 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24697 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24698 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24699 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24700 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24701 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24702 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24703 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24704 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24705 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24706 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24707 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24708 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24709 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24710 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24711 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24712 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24713 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24714 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24715 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24716 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24717 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24718 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24719 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24720 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24721 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24722 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24723 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24724 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24725 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24726 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24727 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24728 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24729 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24730 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24731 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24732 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24733 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24734 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24735 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24736 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24737 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24738 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24739 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24740 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24741 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24742 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24743 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24744 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24745 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24746 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24747 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24748 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24749 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24750 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24751 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24752 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24753 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24754 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24755 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24756 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24757 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24758 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24759 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24760 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24761 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24762 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24763 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24764 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24765 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24766 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24767 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24768 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24769 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24770 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24771 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24772 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24773 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24774 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24775 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24776 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24777 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24778 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24779 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24780 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24781 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24782 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24783 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24784 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24785 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24786 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24787 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24788 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24789 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24790 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24791 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24792 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24793 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24794 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24795 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24796 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24797 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24798 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24799 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24800 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24801 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24802 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24803 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24804 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24805 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24806 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24807 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24808 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24809 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24810 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24811 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24812 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24813 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24814 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24815 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24816 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24817 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24818 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24819 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24820 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24821 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24822 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24823 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24824 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24825 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24826 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24827 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24828 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24829 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24830 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24831 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24832 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24833 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24834 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24835 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24836 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24837 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24838 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24839 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24840 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24841 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24842 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24843 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24844 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24845 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24846 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24847 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24848 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24849 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24850 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24851 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24852 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24853 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24854 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24855 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24856 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24857 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24858 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24859 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24860 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24861 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24862 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24863 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24864 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24865 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24866 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24867 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24868 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24869 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24870 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24871 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24872 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24873 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24874 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24875 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24876 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24877 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24878 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24879 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24880 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24881 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24882 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24883 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24884 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24885 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24886 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24887 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24888 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24889 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24890 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24891 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24892 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24893 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24894 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24895 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24896 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24897 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24898 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24899 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24900 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24901 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24902 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24903 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24904 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24905 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24906 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24907 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24908 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24909 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24910 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24911 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24912 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24913 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24914 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24915 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24916 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24917 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24918 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24919 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24920 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24921 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24922 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24923 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24924 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24925 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24926 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24927 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24928 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24929 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24930 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24931 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24932 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24933 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24934 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24935 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24936 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24937 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24938 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24939 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24940 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24941 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24942 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24943 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24944 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24945 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24946 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24947 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24948 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24949 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24950 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24951 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24952 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24953 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24954 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24955 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24956 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24957 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24958 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24959 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24960 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24961 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24962 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24963 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24964 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24965 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24966 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24967 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24968 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24969 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24970 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24971 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24972 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24973 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24974 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24975 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24976 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24977 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24978 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24979 - print_mix_of_everything: level: 6, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24980 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24981 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24982 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24983 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24984 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24985 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24986 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24987 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24988 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24989 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24990 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24991 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 24992 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 24993 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 24994 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 24995 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 24996 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 24997 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 24998 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 24999 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25000 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25001 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25002 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25003 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25004 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25005 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25006 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25007 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25008 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25009 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25010 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25011 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25012 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25013 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25014 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25015 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25016 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25017 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25018 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25019 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25020 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25021 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25022 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25023 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25024 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25025 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25026 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25027 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25028 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25029 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25030 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25031 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25032 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25033 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25034 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25035 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25036 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25037 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25038 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25039 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25040 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25041 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25042 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25043 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25044 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25045 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25046 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25047 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25048 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25049 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25050 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25051 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25052 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25053 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25054 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25055 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25056 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25057 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25058 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25059 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25060 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25061 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25062 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25063 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25064 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25065 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25066 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25067 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25068 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25069 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25070 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25071 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25072 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25073 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25074 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25075 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25076 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25077 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25078 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25079 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25080 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25081 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25082 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25083 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25084 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25085 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25086 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25087 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25088 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25089 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25090 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25091 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25092 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25093 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25094 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25095 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25096 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25097 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25098 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25099 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25100 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25101 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25102 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25103 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25104 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25105 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25106 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25107 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25108 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25109 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25110 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25111 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25112 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25113 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25114 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25115 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25116 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25117 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25118 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25119 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25120 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25121 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25122 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25123 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25124 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25125 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25126 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25127 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25128 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25129 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25130 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25131 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25132 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25133 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25134 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25135 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25136 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25137 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25138 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25139 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25140 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25141 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25142 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25143 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25144 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25145 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25146 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25147 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25148 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25149 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25150 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25151 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25152 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25153 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25154 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25155 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25156 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25157 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25158 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25159 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25160 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25161 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25162 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25163 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25164 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25165 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25166 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25167 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25168 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25169 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25170 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25171 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25172 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25173 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25174 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25175 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25176 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25177 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25178 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25179 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25180 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25181 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25182 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25183 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25184 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25185 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25186 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25187 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25188 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25189 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25190 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25191 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25192 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25193 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25194 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25195 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25196 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25197 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25198 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25199 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25200 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25201 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25202 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25203 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25204 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25205 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25206 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25207 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25208 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25209 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25210 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25211 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25212 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25213 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25214 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25215 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25216 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25217 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25218 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25219 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25220 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25221 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25222 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25223 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25224 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25225 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25226 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25227 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25228 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25229 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25230 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25231 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25232 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25233 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25234 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25235 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25236 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25237 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25238 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25239 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25240 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25241 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25242 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25243 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25244 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25245 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25246 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25247 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25248 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25249 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25250 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25251 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25252 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25253 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25254 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25255 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25256 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25257 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25258 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25259 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25260 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25261 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25262 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25263 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25264 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25265 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25266 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25267 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25268 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25269 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25270 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25271 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25272 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25273 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25274 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25275 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25276 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25277 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25278 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25279 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25280 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25281 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25282 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25283 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25284 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25285 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25286 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25287 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25288 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25289 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25290 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25291 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25292 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25293 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25294 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25295 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25296 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25297 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25298 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25299 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25300 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25301 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25302 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25303 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25304 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25305 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25306 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25307 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25308 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25309 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25310 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25311 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25312 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25313 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25314 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25315 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25316 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25317 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25318 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25319 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25320 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25321 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25322 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25323 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25324 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25325 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25326 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25327 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25328 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25329 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25330 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25331 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25332 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25333 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25334 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25335 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25336 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25337 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25338 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25339 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25340 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25341 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25342 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25343 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25344 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25345 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25346 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25347 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25348 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25349 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25350 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25351 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25352 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25353 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25354 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25355 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25356 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25357 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25358 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25359 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25360 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25361 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25362 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25363 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25364 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25365 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25366 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25367 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25368 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25369 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25370 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25371 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25372 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25373 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25374 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25375 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25376 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25377 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25378 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25379 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25380 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25381 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25382 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25383 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25384 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25385 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25386 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25387 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25388 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25389 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25390 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25391 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25392 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25393 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25394 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25395 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25396 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25397 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25398 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25399 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25400 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25401 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25402 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25403 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25404 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25405 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25406 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25407 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25408 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25409 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25410 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25411 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25412 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25413 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25414 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25415 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25416 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25417 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25418 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25419 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25420 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25421 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25422 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25423 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25424 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25425 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25426 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25427 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25428 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25429 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25430 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25431 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25432 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25433 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25434 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25435 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25436 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25437 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25438 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25439 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25440 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25441 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25442 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25443 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25444 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25445 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25446 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25447 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25448 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25449 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25450 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25451 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25452 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25453 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25454 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25455 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25456 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25457 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25458 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25459 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25460 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25461 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25462 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25463 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25464 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25465 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25466 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25467 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25468 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25469 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25470 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25471 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25472 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25473 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25474 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25475 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25476 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25477 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25478 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25479 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25480 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25481 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25482 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25483 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25484 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25485 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25486 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25487 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25488 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25489 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25490 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25491 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25492 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25493 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25494 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25495 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25496 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25497 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25498 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25499 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25500 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25501 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25502 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25503 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25504 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25505 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25506 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25507 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25508 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25509 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25510 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25511 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25512 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25513 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25514 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25515 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25516 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25517 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25518 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25519 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25520 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25521 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25522 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25523 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25524 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25525 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25526 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25527 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25528 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25529 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25530 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25531 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25532 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25533 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25534 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25535 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25536 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25537 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25538 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25539 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25540 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25541 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25542 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25543 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25544 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25545 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25546 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25547 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25548 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25549 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25550 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25551 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25552 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25553 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25554 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25555 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25556 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25557 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25558 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25559 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25560 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25561 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25562 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25563 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25564 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25565 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25566 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25567 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25568 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25569 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25570 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25571 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25572 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25573 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25574 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25575 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25576 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25577 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25578 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25579 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25580 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25581 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25582 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25583 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25584 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25585 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25586 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25587 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25588 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25589 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25590 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25591 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25592 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25593 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25594 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25595 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25596 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25597 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25598 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25599 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25600 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25601 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25602 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25603 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25604 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25605 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25606 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25607 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25608 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25609 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25610 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25611 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25612 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25613 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25614 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25615 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25616 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25617 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25618 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25619 - print_mix_of_everything: level: 6, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25620 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25621 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25622 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25623 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25624 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25625 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25626 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25627 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25628 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25629 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25630 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25631 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25632 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25633 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25634 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25635 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25636 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25637 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25638 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25639 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25640 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25641 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25642 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25643 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25644 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25645 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25646 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25647 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25648 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25649 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25650 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25651 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25652 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25653 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25654 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25655 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25656 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25657 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25658 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25659 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25660 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25661 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25662 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25663 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25664 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25665 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25666 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25667 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25668 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25669 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25670 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25671 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25672 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25673 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25674 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25675 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25676 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25677 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25678 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25679 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25680 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25681 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25682 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25683 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25684 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25685 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25686 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25687 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25688 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25689 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25690 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25691 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25692 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25693 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25694 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25695 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25696 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25697 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25698 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25699 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25700 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25701 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25702 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25703 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25704 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25705 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25706 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25707 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25708 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25709 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25710 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25711 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25712 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25713 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25714 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25715 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25716 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25717 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25718 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25719 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25720 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25721 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25722 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25723 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25724 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25725 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25726 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25727 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25728 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25729 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25730 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25731 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25732 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25733 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25734 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25735 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25736 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25737 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25738 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25739 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25740 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25741 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25742 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25743 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25744 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25745 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25746 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25747 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25748 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25749 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25750 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25751 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25752 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25753 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25754 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25755 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25756 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25757 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25758 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25759 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25760 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25761 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25762 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25763 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25764 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25765 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25766 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25767 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25768 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25769 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25770 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25771 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25772 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25773 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25774 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25775 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25776 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25777 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25778 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25779 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25780 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25781 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25782 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25783 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25784 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25785 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25786 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25787 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25788 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25789 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25790 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25791 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25792 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25793 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25794 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25795 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25796 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25797 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25798 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25799 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25800 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25801 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25802 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25803 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25804 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25805 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25806 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25807 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25808 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25809 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25810 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25811 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25812 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25813 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25814 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25815 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25816 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25817 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25818 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25819 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25820 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25821 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25822 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25823 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25824 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25825 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25826 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25827 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25828 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25829 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25830 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25831 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25832 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25833 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25834 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25835 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25836 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25837 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25838 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25839 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25840 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25841 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25842 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25843 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25844 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25845 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25846 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25847 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25848 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25849 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25850 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25851 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25852 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25853 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25854 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25855 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25856 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25857 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25858 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25859 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25860 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25861 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25862 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25863 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25864 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25865 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25866 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25867 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25868 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25869 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25870 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25871 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25872 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25873 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25874 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25875 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25876 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25877 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25878 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25879 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25880 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25881 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25882 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25883 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25884 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25885 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25886 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25887 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25888 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25889 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25890 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25891 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25892 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25893 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25894 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25895 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25896 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25897 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25898 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25899 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25900 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25901 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25902 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25903 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25904 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25905 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25906 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25907 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25908 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25909 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25910 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25911 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25912 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25913 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25914 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25915 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25916 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25917 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25918 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25919 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25920 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25921 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25922 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25923 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25924 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25925 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25926 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25927 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25928 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25929 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25930 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25931 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25932 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25933 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25934 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25935 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25936 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25937 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25938 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25939 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25940 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25941 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25942 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25943 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25944 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25945 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25946 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25947 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25948 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25949 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25950 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25951 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25952 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25953 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25954 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25955 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25956 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25957 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25958 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25959 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25960 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25961 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25962 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25963 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25964 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25965 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25966 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25967 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25968 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25969 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25970 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25971 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25972 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25973 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25974 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25975 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25976 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25977 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25978 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25979 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25980 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25981 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25982 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25983 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25984 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25985 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25986 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25987 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25988 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25989 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25990 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25991 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 25992 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 25993 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 25994 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 25995 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 25996 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 25997 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 25998 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 25999 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26000 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26001 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26002 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26003 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26004 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26005 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26006 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26007 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26008 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26009 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26010 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26011 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26012 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26013 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26014 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26015 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26016 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26017 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26018 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26019 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26020 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26021 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26022 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26023 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26024 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26025 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26026 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26027 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26028 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26029 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26030 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26031 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26032 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26033 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26034 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26035 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26036 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26037 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26038 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26039 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26040 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26041 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26042 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26043 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26044 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26045 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26046 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26047 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26048 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26049 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26050 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26051 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26052 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26053 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26054 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26055 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26056 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26057 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26058 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26059 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26060 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26061 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26062 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26063 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26064 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26065 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26066 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26067 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26068 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26069 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26070 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26071 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26072 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26073 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26074 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26075 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26076 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26077 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26078 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26079 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26080 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26081 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26082 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26083 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26084 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26085 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26086 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26087 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26088 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26089 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26090 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26091 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26092 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26093 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26094 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26095 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26096 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26097 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26098 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26099 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26100 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26101 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26102 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26103 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26104 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26105 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26106 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26107 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26108 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26109 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26110 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26111 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26112 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26113 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26114 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26115 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26116 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26117 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26118 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26119 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26120 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26121 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26122 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26123 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26124 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26125 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26126 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26127 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26128 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26129 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26130 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26131 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26132 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26133 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26134 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26135 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26136 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26137 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26138 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26139 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26140 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26141 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26142 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26143 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26144 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26145 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26146 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26147 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26148 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26149 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26150 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26151 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26152 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26153 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26154 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26155 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26156 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26157 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26158 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26159 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26160 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26161 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26162 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26163 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26164 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26165 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26166 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26167 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26168 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26169 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26170 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26171 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26172 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26173 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26174 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26175 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26176 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26177 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26178 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26179 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26180 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26181 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26182 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26183 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26184 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26185 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26186 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26187 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26188 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26189 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26190 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26191 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26192 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26193 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26194 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26195 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26196 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26197 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26198 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26199 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26200 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26201 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26202 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26203 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26204 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26205 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26206 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26207 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26208 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26209 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26210 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26211 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26212 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26213 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26214 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26215 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26216 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26217 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26218 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26219 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26220 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26221 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26222 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26223 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26224 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26225 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26226 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26227 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26228 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26229 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26230 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26231 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26232 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26233 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26234 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26235 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26236 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26237 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26238 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26239 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26240 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26241 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26242 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26243 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26244 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26245 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26246 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26247 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26248 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26249 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26250 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26251 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26252 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26253 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26254 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26255 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26256 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26257 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26258 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26259 - print_mix_of_everything: level: 6, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26260 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26261 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26262 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26263 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26264 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26265 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26266 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26267 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26268 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26269 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26270 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26271 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26272 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26273 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26274 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26275 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26276 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26277 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26278 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26279 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26280 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26281 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26282 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26283 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26284 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26285 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26286 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26287 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26288 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26289 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26290 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26291 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26292 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26293 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26294 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26295 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26296 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26297 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26298 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26299 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26300 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26301 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26302 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26303 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26304 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26305 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26306 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26307 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26308 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26309 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26310 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26311 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26312 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26313 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26314 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26315 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26316 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26317 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26318 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26319 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26320 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26321 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26322 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26323 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26324 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26325 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26326 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26327 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26328 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26329 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26330 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26331 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26332 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26333 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26334 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26335 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26336 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26337 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26338 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26339 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26340 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26341 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26342 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26343 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26344 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26345 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26346 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26347 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26348 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26349 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26350 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26351 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26352 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26353 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26354 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26355 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26356 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26357 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26358 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26359 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26360 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26361 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26362 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26363 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26364 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26365 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26366 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26367 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26368 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26369 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26370 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26371 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26372 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26373 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26374 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26375 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26376 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26377 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26378 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26379 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26380 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26381 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26382 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26383 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26384 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26385 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26386 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26387 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26388 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26389 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26390 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26391 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26392 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26393 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26394 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26395 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26396 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26397 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26398 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26399 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26400 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26401 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26402 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26403 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26404 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26405 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26406 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26407 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26408 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26409 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26410 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26411 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26412 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26413 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26414 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26415 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26416 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26417 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26418 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26419 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26420 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26421 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26422 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26423 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26424 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26425 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26426 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26427 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26428 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26429 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26430 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26431 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26432 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26433 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26434 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26435 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26436 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26437 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26438 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26439 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26440 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26441 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26442 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26443 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26444 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26445 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26446 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26447 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26448 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26449 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26450 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26451 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26452 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26453 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26454 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26455 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26456 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26457 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26458 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26459 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26460 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26461 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26462 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26463 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26464 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26465 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26466 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26467 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26468 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26469 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26470 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26471 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26472 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26473 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26474 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26475 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26476 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26477 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26478 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26479 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26480 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26481 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26482 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26483 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26484 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26485 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26486 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26487 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26488 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26489 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26490 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26491 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26492 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26493 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26494 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26495 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26496 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26497 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26498 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26499 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26500 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26501 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26502 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26503 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26504 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26505 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26506 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26507 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26508 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26509 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26510 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26511 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26512 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26513 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26514 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26515 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26516 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26517 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26518 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26519 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26520 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26521 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26522 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26523 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26524 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26525 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26526 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26527 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26528 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26529 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26530 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26531 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26532 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26533 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26534 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26535 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26536 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26537 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26538 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26539 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26540 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26541 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26542 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26543 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26544 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26545 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26546 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26547 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26548 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26549 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26550 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26551 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26552 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26553 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26554 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26555 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26556 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26557 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26558 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26559 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26560 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26561 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26562 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26563 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26564 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26565 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26566 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26567 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26568 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26569 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26570 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26571 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26572 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26573 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26574 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26575 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26576 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26577 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26578 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26579 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26580 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26581 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26582 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26583 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26584 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26585 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26586 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26587 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26588 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26589 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26590 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26591 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26592 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26593 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26594 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26595 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26596 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26597 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26598 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26599 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26600 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26601 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26602 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26603 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26604 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26605 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26606 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26607 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26608 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26609 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26610 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26611 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26612 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26613 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26614 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26615 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26616 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26617 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26618 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26619 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26620 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26621 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26622 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26623 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26624 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26625 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26626 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26627 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26628 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26629 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26630 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26631 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26632 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26633 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26634 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26635 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26636 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26637 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26638 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26639 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26640 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26641 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26642 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26643 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26644 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26645 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26646 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26647 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26648 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26649 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26650 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26651 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26652 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26653 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26654 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26655 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26656 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26657 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26658 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26659 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26660 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26661 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26662 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26663 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26664 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26665 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26666 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26667 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26668 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26669 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26670 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26671 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26672 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26673 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26674 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26675 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26676 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26677 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26678 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26679 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26680 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26681 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26682 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26683 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26684 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26685 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26686 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26687 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26688 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26689 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26690 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26691 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26692 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26693 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26694 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26695 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26696 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26697 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26698 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26699 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26700 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26701 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26702 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26703 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26704 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26705 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26706 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26707 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26708 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26709 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26710 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26711 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26712 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26713 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26714 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26715 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26716 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26717 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26718 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26719 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26720 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26721 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26722 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26723 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26724 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26725 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26726 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26727 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26728 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26729 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26730 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26731 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26732 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26733 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26734 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26735 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26736 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26737 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26738 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26739 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26740 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26741 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26742 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26743 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26744 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26745 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26746 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26747 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26748 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26749 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26750 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26751 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26752 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26753 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26754 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26755 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26756 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26757 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26758 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26759 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26760 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26761 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26762 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26763 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26764 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26765 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26766 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26767 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26768 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26769 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26770 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26771 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26772 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26773 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26774 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26775 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26776 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26777 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26778 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26779 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26780 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26781 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26782 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26783 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26784 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26785 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26786 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26787 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26788 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26789 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26790 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26791 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26792 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26793 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26794 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26795 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26796 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26797 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26798 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26799 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26800 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26801 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26802 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26803 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26804 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26805 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26806 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26807 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26808 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26809 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26810 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26811 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26812 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26813 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26814 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26815 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26816 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26817 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26818 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26819 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26820 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26821 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26822 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26823 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26824 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26825 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26826 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26827 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26828 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26829 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26830 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26831 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26832 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26833 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26834 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26835 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26836 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26837 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26838 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26839 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26840 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26841 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26842 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26843 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26844 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26845 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26846 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26847 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26848 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26849 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26850 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26851 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26852 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26853 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26854 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26855 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26856 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26857 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26858 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26859 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26860 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26861 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26862 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26863 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26864 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26865 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26866 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26867 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26868 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26869 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26870 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26871 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26872 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26873 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26874 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26875 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26876 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26877 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26878 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26879 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26880 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26881 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26882 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26883 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26884 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26885 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26886 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26887 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26888 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26889 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26890 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26891 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26892 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26893 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26894 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26895 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26896 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26897 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26898 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26899 - print_mix_of_everything: level: 6, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26900 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26901 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26902 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26903 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26904 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26905 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26906 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26907 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26908 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26909 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26910 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26911 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26912 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26913 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26914 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26915 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26916 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26917 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26918 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26919 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26920 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26921 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26922 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26923 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26924 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26925 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26926 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26927 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26928 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26929 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26930 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26931 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26932 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26933 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26934 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26935 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26936 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26937 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26938 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26939 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26940 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26941 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26942 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26943 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26944 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26945 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26946 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26947 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26948 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26949 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26950 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26951 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26952 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26953 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26954 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26955 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26956 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26957 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26958 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26959 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26960 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26961 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26962 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26963 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26964 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26965 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26966 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26967 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26968 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26969 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26970 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26971 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26972 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26973 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26974 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26975 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26976 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26977 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26978 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26979 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26980 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26981 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26982 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26983 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26984 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26985 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26986 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26987 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26988 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26989 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26990 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26991 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 26992 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 26993 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 26994 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 26995 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 26996 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 26997 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 26998 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 26999 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27000 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27001 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27002 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27003 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27004 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27005 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27006 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27007 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27008 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27009 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27010 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27011 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27012 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27013 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27014 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27015 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27016 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27017 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27018 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27019 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27020 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27021 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27022 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27023 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27024 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27025 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27026 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27027 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27028 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27029 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27030 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27031 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27032 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27033 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27034 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27035 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27036 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27037 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27038 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27039 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27040 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27041 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27042 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27043 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27044 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27045 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27046 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27047 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27048 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27049 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27050 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27051 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27052 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27053 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27054 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27055 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27056 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27057 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27058 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27059 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27060 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27061 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27062 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27063 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27064 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27065 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27066 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27067 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27068 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27069 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27070 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27071 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27072 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27073 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27074 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27075 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27076 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27077 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27078 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27079 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27080 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27081 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27082 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27083 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27084 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27085 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27086 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27087 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27088 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27089 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27090 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27091 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27092 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27093 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27094 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27095 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27096 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27097 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27098 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27099 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27100 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27101 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27102 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27103 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27104 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27105 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27106 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27107 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27108 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27109 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27110 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27111 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27112 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27113 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27114 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27115 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27116 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27117 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27118 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27119 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27120 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27121 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27122 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27123 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27124 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27125 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27126 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27127 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27128 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27129 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27130 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27131 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27132 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27133 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27134 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27135 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27136 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27137 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27138 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27139 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27140 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27141 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27142 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27143 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27144 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27145 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27146 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27147 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27148 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27149 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27150 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27151 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27152 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27153 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27154 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27155 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27156 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27157 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27158 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27159 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27160 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27161 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27162 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27163 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27164 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27165 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27166 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27167 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27168 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27169 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27170 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27171 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27172 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27173 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27174 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27175 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27176 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27177 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27178 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27179 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27180 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27181 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27182 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27183 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27184 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27185 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27186 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27187 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27188 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27189 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27190 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27191 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27192 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27193 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27194 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27195 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27196 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27197 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27198 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27199 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27200 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27201 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27202 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27203 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27204 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27205 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27206 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27207 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27208 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27209 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27210 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27211 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27212 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27213 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27214 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27215 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27216 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27217 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27218 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27219 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27220 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27221 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27222 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27223 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27224 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27225 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27226 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27227 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27228 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27229 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27230 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27231 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27232 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27233 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27234 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27235 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27236 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27237 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27238 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27239 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27240 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27241 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27242 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27243 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27244 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27245 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27246 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27247 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27248 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27249 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27250 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27251 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27252 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27253 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27254 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27255 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27256 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27257 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27258 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27259 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27260 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27261 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27262 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27263 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27264 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27265 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27266 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27267 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27268 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27269 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27270 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27271 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27272 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27273 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27274 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27275 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27276 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27277 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27278 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27279 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27280 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27281 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27282 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27283 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27284 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27285 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27286 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27287 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27288 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27289 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27290 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27291 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27292 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27293 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27294 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27295 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27296 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27297 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27298 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27299 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27300 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27301 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27302 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27303 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27304 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27305 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27306 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27307 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27308 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27309 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27310 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27311 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27312 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27313 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27314 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27315 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27316 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27317 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27318 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27319 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27320 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27321 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27322 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27323 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27324 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27325 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27326 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27327 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27328 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27329 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27330 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27331 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27332 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27333 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27334 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27335 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27336 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27337 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27338 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27339 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27340 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27341 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27342 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27343 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27344 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27345 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27346 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27347 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27348 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27349 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27350 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27351 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27352 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27353 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27354 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27355 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27356 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27357 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27358 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27359 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27360 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27361 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27362 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27363 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27364 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27365 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27366 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27367 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27368 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27369 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27370 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27371 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27372 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27373 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27374 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27375 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27376 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27377 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27378 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27379 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27380 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27381 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27382 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27383 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27384 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27385 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27386 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27387 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27388 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27389 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27390 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27391 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27392 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27393 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27394 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27395 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27396 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27397 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27398 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27399 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27400 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27401 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27402 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27403 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27404 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27405 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27406 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27407 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27408 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27409 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27410 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27411 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27412 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27413 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27414 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27415 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27416 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27417 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27418 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27419 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27420 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27421 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27422 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27423 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27424 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27425 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27426 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27427 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27428 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27429 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27430 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27431 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27432 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27433 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27434 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27435 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27436 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27437 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27438 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27439 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27440 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27441 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27442 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27443 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27444 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27445 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27446 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27447 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27448 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27449 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27450 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27451 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27452 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27453 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27454 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27455 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27456 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27457 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27458 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27459 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27460 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27461 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27462 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27463 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27464 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27465 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27466 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27467 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27468 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27469 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27470 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27471 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27472 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27473 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27474 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27475 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27476 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27477 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27478 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27479 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27480 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27481 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27482 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27483 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27484 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27485 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27486 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27487 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27488 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27489 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27490 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27491 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27492 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27493 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27494 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27495 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27496 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27497 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27498 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27499 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27500 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27501 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27502 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27503 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27504 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27505 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27506 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27507 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27508 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27509 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27510 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27511 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27512 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27513 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27514 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27515 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27516 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27517 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27518 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27519 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27520 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27521 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27522 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27523 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27524 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27525 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27526 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27527 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27528 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27529 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27530 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27531 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27532 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27533 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27534 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27535 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27536 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27537 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27538 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27539 - print_mix_of_everything: level: 7, colors: 0, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27540 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27541 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27542 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27543 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27544 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27545 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27546 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27547 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27548 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27549 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27550 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27551 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27552 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27553 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27554 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27555 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27556 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27557 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27558 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27559 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27560 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27561 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27562 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27563 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27564 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27565 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27566 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27567 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27568 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27569 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27570 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27571 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27572 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27573 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27574 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27575 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27576 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27577 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27578 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27579 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27580 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27581 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27582 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27583 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27584 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27585 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27586 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27587 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27588 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27589 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27590 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27591 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27592 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27593 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27594 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27595 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27596 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27597 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27598 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27599 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27600 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27601 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27602 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27603 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27604 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27605 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27606 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27607 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27608 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27609 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27610 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27611 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27612 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27613 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27614 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27615 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27616 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27617 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27618 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27619 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27620 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27621 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27622 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27623 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27624 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27625 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27626 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27627 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27628 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27629 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27630 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27631 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27632 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27633 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27634 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27635 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27636 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27637 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27638 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27639 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27640 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27641 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27642 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27643 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27644 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27645 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27646 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27647 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27648 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27649 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27650 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27651 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27652 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27653 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27654 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27655 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27656 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27657 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27658 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27659 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27660 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27661 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27662 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27663 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27664 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27665 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27666 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27667 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27668 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27669 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27670 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27671 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27672 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27673 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27674 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27675 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27676 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27677 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27678 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27679 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27680 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27681 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27682 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27683 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27684 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27685 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27686 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27687 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27688 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27689 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27690 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27691 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27692 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27693 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27694 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27695 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27696 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27697 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27698 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27699 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27700 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27701 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27702 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27703 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27704 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27705 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27706 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27707 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27708 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27709 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27710 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27711 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27712 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27713 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27714 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27715 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27716 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27717 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27718 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27719 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27720 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27721 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27722 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27723 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27724 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27725 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27726 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27727 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27728 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27729 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27730 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27731 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27732 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27733 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27734 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27735 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27736 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27737 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27738 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27739 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27740 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27741 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27742 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27743 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27744 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27745 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27746 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27747 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27748 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27749 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27750 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27751 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27752 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27753 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27754 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27755 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27756 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27757 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27758 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27759 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27760 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27761 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27762 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27763 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27764 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27765 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27766 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27767 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27768 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27769 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27770 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27771 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27772 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27773 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27774 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27775 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27776 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27777 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27778 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27779 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27780 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27781 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27782 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27783 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27784 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27785 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27786 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27787 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27788 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27789 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27790 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27791 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27792 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27793 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27794 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27795 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27796 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27797 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27798 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27799 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27800 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27801 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27802 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27803 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27804 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27805 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27806 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27807 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27808 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27809 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27810 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27811 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27812 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27813 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27814 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27815 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27816 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27817 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27818 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27819 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27820 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27821 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27822 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27823 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27824 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27825 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27826 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27827 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27828 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27829 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27830 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27831 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27832 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27833 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27834 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27835 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27836 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27837 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27838 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27839 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27840 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27841 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27842 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27843 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27844 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27845 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27846 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27847 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27848 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27849 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27850 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27851 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27852 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27853 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27854 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27855 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27856 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27857 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27858 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27859 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27860 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27861 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27862 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27863 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27864 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27865 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27866 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27867 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27868 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27869 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27870 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27871 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27872 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27873 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27874 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27875 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27876 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27877 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27878 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27879 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27880 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27881 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27882 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27883 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27884 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27885 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27886 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27887 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27888 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27889 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27890 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27891 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27892 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27893 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27894 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27895 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27896 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27897 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27898 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27899 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27900 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27901 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27902 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27903 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27904 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27905 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27906 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27907 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27908 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27909 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27910 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27911 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27912 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27913 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27914 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27915 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27916 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27917 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27918 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27919 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27920 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27921 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27922 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27923 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27924 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27925 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27926 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27927 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27928 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27929 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27930 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27931 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27932 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27933 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27934 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27935 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27936 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27937 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27938 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27939 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27940 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27941 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27942 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27943 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27944 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27945 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27946 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27947 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27948 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27949 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27950 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27951 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27952 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27953 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27954 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27955 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27956 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27957 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27958 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27959 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27960 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27961 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27962 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27963 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27964 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27965 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27966 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27967 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27968 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27969 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27970 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27971 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27972 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27973 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27974 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27975 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27976 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27977 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27978 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27979 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27980 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27981 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27982 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27983 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27984 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27985 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27986 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27987 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27988 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27989 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27990 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27991 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 27992 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 27993 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 27994 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 27995 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 27996 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 27997 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 27998 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 27999 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28000 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28001 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28002 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28003 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28004 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28005 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28006 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28007 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28008 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28009 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28010 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28011 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28012 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28013 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28014 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28015 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28016 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28017 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28018 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28019 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28020 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28021 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28022 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28023 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28024 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28025 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28026 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28027 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28028 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28029 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28030 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28031 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28032 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28033 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28034 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28035 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28036 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28037 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28038 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28039 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28040 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28041 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28042 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28043 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28044 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28045 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28046 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28047 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28048 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28049 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28050 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28051 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28052 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28053 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28054 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28055 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28056 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28057 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28058 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28059 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28060 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28061 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28062 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28063 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28064 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28065 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28066 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28067 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28068 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28069 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28070 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28071 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28072 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28073 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28074 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28075 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28076 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28077 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28078 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28079 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28080 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28081 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28082 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28083 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28084 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28085 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28086 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28087 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28088 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28089 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28090 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28091 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28092 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28093 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28094 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28095 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28096 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28097 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28098 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28099 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28100 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28101 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28102 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28103 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28104 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28105 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28106 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28107 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28108 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28109 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28110 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28111 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28112 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28113 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28114 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28115 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28116 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28117 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28118 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28119 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28120 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28121 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28122 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28123 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28124 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28125 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28126 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28127 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28128 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28129 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28130 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28131 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28132 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28133 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28134 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28135 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28136 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28137 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28138 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28139 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28140 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28141 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28142 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28143 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28144 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28145 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28146 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28147 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28148 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28149 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28150 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28151 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28152 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28153 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28154 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28155 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28156 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28157 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28158 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28159 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28160 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28161 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28162 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28163 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28164 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28165 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28166 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28167 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28168 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28169 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28170 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28171 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28172 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28173 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28174 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28175 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28176 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28177 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28178 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28179 - print_mix_of_everything: level: 7, colors: 0, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28180 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28181 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28182 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28183 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28184 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28185 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28186 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28187 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28188 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28189 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28190 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28191 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28192 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28193 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28194 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28195 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28196 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28197 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28198 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28199 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28200 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28201 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28202 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28203 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28204 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28205 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28206 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28207 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28208 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28209 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28210 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28211 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28212 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28213 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28214 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28215 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28216 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28217 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28218 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28219 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28220 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28221 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28222 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28223 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28224 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28225 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28226 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28227 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28228 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28229 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28230 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28231 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28232 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28233 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28234 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28235 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28236 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28237 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28238 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28239 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28240 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28241 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28242 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28243 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28244 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28245 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28246 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28247 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28248 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28249 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28250 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28251 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28252 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28253 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28254 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28255 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28256 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28257 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28258 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28259 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28260 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28261 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28262 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28263 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28264 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28265 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28266 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28267 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28268 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28269 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28270 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28271 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28272 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28273 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28274 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28275 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28276 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28277 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28278 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28279 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28280 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28281 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28282 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28283 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28284 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28285 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28286 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28287 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28288 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28289 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28290 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28291 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28292 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28293 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28294 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28295 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28296 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28297 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28298 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28299 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28300 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28301 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28302 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28303 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28304 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28305 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28306 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28307 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28308 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28309 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28310 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28311 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28312 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28313 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28314 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28315 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28316 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28317 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28318 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28319 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28320 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28321 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28322 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28323 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28324 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28325 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28326 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28327 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28328 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28329 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28330 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28331 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28332 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28333 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28334 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28335 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28336 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28337 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28338 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28339 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28340 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28341 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28342 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28343 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28344 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28345 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28346 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28347 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28348 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28349 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28350 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28351 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28352 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28353 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28354 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28355 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28356 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28357 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28358 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28359 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28360 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28361 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28362 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28363 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28364 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28365 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28366 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28367 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28368 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28369 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28370 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28371 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28372 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28373 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28374 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28375 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28376 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28377 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28378 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28379 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28380 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28381 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28382 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28383 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28384 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28385 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28386 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28387 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28388 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28389 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28390 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28391 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28392 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28393 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28394 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28395 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28396 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28397 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28398 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28399 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28400 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28401 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28402 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28403 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28404 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28405 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28406 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28407 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28408 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28409 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28410 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28411 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28412 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28413 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28414 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28415 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28416 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28417 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28418 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28419 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28420 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28421 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28422 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28423 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28424 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28425 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28426 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28427 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28428 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28429 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28430 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28431 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28432 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28433 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28434 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28435 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28436 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28437 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28438 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28439 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28440 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28441 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28442 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28443 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28444 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28445 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28446 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28447 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28448 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28449 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28450 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28451 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28452 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28453 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28454 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28455 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28456 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28457 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28458 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28459 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28460 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28461 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28462 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28463 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28464 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28465 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28466 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28467 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28468 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28469 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28470 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28471 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28472 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28473 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28474 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28475 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28476 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28477 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28478 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28479 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28480 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28481 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28482 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28483 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28484 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28485 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28486 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28487 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28488 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28489 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28490 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28491 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28492 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28493 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28494 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28495 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28496 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28497 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28498 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28499 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28500 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28501 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28502 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28503 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28504 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28505 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28506 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28507 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28508 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28509 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28510 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28511 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28512 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28513 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28514 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28515 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28516 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28517 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28518 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28519 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28520 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28521 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28522 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28523 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28524 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28525 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28526 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28527 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28528 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28529 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28530 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28531 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28532 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28533 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28534 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28535 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28536 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28537 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28538 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28539 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28540 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28541 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28542 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28543 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28544 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28545 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28546 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28547 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28548 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28549 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28550 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28551 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28552 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28553 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28554 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28555 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28556 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28557 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28558 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28559 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28560 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28561 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28562 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28563 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28564 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28565 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28566 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28567 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28568 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28569 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28570 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28571 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28572 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28573 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28574 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28575 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28576 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28577 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28578 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28579 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28580 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28581 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28582 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28583 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28584 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28585 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28586 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28587 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28588 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28589 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28590 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28591 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28592 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28593 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28594 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28595 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28596 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28597 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28598 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28599 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28600 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28601 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28602 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28603 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28604 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28605 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28606 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28607 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28608 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28609 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28610 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28611 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28612 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28613 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28614 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28615 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28616 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28617 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28618 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28619 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28620 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28621 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28622 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28623 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28624 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28625 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28626 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28627 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28628 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28629 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28630 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28631 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28632 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28633 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28634 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28635 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28636 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28637 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28638 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28639 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28640 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28641 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28642 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28643 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28644 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28645 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28646 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28647 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28648 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28649 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28650 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28651 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28652 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28653 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28654 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28655 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28656 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28657 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28658 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28659 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28660 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28661 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28662 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28663 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28664 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28665 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28666 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28667 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28668 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28669 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28670 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28671 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28672 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28673 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28674 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28675 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28676 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28677 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28678 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28679 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28680 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28681 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28682 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28683 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28684 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28685 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28686 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28687 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28688 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28689 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28690 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28691 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28692 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28693 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28694 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28695 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28696 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28697 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28698 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28699 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28700 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28701 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28702 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28703 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28704 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28705 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28706 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28707 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28708 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28709 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28710 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28711 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28712 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28713 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28714 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28715 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28716 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28717 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28718 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28719 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28720 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28721 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28722 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28723 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28724 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28725 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28726 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28727 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28728 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28729 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28730 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28731 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28732 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28733 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28734 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28735 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28736 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28737 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28738 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28739 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28740 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28741 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28742 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28743 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28744 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28745 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28746 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28747 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28748 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28749 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28750 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28751 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28752 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28753 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28754 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28755 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28756 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28757 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28758 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28759 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28760 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28761 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28762 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28763 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28764 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28765 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28766 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28767 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28768 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28769 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28770 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28771 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28772 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28773 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28774 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28775 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28776 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28777 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28778 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28779 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28780 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28781 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28782 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28783 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28784 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28785 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28786 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28787 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28788 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28789 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28790 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28791 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28792 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28793 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28794 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28795 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28796 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28797 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28798 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28799 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28800 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28801 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28802 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28803 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28804 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28805 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28806 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28807 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28808 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28809 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28810 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28811 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28812 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28813 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28814 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28815 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28816 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28817 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28818 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28819 - print_mix_of_everything: level: 7, colors: 0, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28820 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28821 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28822 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28823 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28824 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28825 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28826 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28827 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28828 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28829 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28830 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28831 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28832 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28833 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28834 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28835 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28836 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28837 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28838 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28839 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28840 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28841 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28842 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28843 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28844 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28845 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28846 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28847 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28848 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28849 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28850 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28851 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28852 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28853 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28854 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28855 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28856 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28857 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28858 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28859 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28860 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28861 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28862 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28863 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28864 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28865 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28866 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28867 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28868 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28869 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28870 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28871 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28872 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28873 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28874 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28875 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28876 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28877 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28878 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28879 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28880 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28881 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28882 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28883 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28884 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28885 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28886 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28887 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28888 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28889 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28890 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28891 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28892 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28893 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28894 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28895 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28896 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28897 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28898 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28899 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28900 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28901 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28902 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28903 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28904 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28905 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28906 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28907 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28908 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28909 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28910 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28911 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28912 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28913 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28914 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28915 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28916 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28917 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28918 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28919 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28920 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28921 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28922 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28923 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28924 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28925 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28926 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28927 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28928 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28929 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28930 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28931 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28932 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28933 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28934 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28935 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28936 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28937 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28938 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28939 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28940 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28941 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28942 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28943 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28944 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28945 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28946 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28947 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28948 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28949 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28950 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28951 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28952 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28953 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28954 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28955 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28956 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28957 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28958 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28959 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28960 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28961 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28962 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28963 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28964 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28965 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28966 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28967 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28968 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28969 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28970 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28971 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28972 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28973 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28974 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28975 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28976 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28977 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28978 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28979 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28980 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28981 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28982 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28983 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28984 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28985 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28986 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28987 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28988 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28989 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28990 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28991 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 28992 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 28993 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 28994 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 28995 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 28996 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 28997 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 28998 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 28999 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29000 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29001 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29002 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29003 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29004 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29005 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29006 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29007 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29008 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29009 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29010 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29011 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29012 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29013 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29014 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29015 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29016 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29017 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29018 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29019 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29020 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29021 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29022 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29023 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29024 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29025 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29026 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29027 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29028 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29029 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29030 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29031 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29032 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29033 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29034 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29035 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29036 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29037 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29038 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29039 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29040 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29041 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29042 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29043 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29044 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29045 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29046 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29047 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29048 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29049 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29050 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29051 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29052 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29053 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29054 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29055 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29056 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29057 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29058 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29059 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29060 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29061 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29062 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29063 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29064 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29065 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29066 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29067 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29068 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29069 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29070 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29071 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29072 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29073 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29074 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29075 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29076 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29077 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29078 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29079 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29080 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29081 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29082 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29083 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29084 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29085 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29086 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29087 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29088 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29089 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29090 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29091 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29092 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29093 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29094 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29095 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29096 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29097 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29098 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29099 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29100 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29101 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29102 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29103 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29104 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29105 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29106 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29107 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29108 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29109 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29110 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29111 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29112 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29113 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29114 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29115 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29116 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29117 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29118 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29119 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29120 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29121 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29122 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29123 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29124 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29125 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29126 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29127 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29128 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29129 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29130 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29131 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29132 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29133 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29134 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29135 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29136 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29137 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29138 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29139 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29140 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29141 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29142 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29143 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29144 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29145 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29146 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29147 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29148 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29149 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29150 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29151 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29152 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29153 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29154 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29155 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29156 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29157 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29158 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29159 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29160 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29161 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29162 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29163 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29164 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29165 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29166 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29167 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29168 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29169 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29170 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29171 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29172 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29173 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29174 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29175 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29176 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29177 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29178 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29179 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29180 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29181 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29182 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29183 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29184 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29185 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29186 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29187 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29188 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29189 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29190 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29191 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29192 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29193 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29194 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29195 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29196 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29197 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29198 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29199 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29200 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29201 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29202 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29203 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29204 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29205 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29206 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29207 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29208 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29209 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29210 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29211 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29212 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29213 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29214 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29215 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29216 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29217 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29218 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29219 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29220 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29221 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29222 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29223 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29224 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29225 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29226 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29227 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29228 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29229 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29230 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29231 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29232 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29233 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29234 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29235 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29236 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29237 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29238 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29239 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29240 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29241 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29242 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29243 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29244 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29245 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29246 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29247 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29248 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29249 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29250 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29251 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29252 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29253 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29254 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29255 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29256 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29257 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29258 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29259 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29260 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29261 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29262 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29263 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29264 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29265 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29266 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29267 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29268 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29269 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29270 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29271 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29272 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29273 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29274 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29275 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29276 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29277 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29278 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29279 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29280 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29281 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29282 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29283 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29284 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29285 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29286 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29287 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29288 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29289 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29290 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29291 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29292 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29293 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29294 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29295 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29296 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29297 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29298 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29299 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29300 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29301 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29302 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29303 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29304 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29305 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29306 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29307 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29308 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29309 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29310 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29311 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29312 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29313 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29314 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29315 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29316 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29317 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29318 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29319 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29320 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29321 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29322 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29323 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29324 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29325 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29326 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29327 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29328 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29329 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29330 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29331 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29332 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29333 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29334 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29335 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29336 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29337 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29338 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29339 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29340 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29341 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29342 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29343 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29344 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29345 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29346 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29347 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29348 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29349 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29350 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29351 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29352 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29353 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29354 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29355 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29356 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29357 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29358 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29359 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29360 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29361 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29362 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29363 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29364 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29365 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29366 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29367 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29368 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29369 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29370 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29371 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29372 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29373 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29374 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29375 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29376 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29377 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29378 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29379 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29380 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29381 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29382 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29383 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29384 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29385 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29386 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29387 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29388 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29389 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29390 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29391 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29392 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29393 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29394 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29395 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29396 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29397 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29398 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29399 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29400 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29401 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29402 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29403 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29404 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29405 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29406 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29407 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29408 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29409 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29410 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29411 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29412 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29413 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29414 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29415 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29416 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29417 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29418 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29419 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29420 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29421 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29422 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29423 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29424 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29425 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29426 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29427 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29428 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29429 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29430 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29431 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29432 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29433 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29434 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29435 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29436 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29437 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29438 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29439 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29440 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29441 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29442 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29443 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29444 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29445 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29446 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29447 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29448 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29449 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29450 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29451 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29452 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29453 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29454 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29455 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29456 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29457 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29458 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29459 - print_mix_of_everything: level: 7, colors: 1, ts: 0, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29460 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29461 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29462 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29463 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29464 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29465 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29466 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29467 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29468 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29469 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29470 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29471 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29472 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29473 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29474 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29475 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29476 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29477 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29478 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29479 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29480 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29481 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29482 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29483 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29484 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29485 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29486 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29487 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29488 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29489 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29490 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29491 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29492 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29493 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29494 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29495 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29496 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29497 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29498 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29499 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29500 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29501 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29502 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29503 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29504 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29505 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29506 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29507 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29508 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29509 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29510 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29511 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29512 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29513 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29514 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29515 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29516 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29517 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29518 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29519 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29520 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29521 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29522 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29523 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29524 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29525 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29526 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29527 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29528 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29529 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29530 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29531 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29532 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29533 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29534 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29535 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29536 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29537 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29538 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29539 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29540 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29541 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29542 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29543 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29544 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29545 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29546 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29547 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29548 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29549 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29550 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29551 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29552 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29553 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29554 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29555 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29556 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29557 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29558 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29559 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29560 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29561 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29562 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29563 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29564 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29565 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29566 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29567 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29568 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29569 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29570 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29571 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29572 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29573 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29574 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29575 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29576 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29577 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29578 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29579 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29580 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29581 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29582 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29583 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29584 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29585 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29586 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29587 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29588 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29589 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29590 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29591 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29592 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29593 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29594 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29595 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29596 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29597 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29598 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29599 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29600 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29601 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29602 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29603 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29604 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29605 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29606 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29607 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29608 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29609 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29610 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29611 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29612 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29613 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29614 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29615 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29616 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29617 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29618 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29619 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29620 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29621 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29622 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29623 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29624 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29625 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29626 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29627 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29628 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29629 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29630 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29631 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29632 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29633 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29634 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29635 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29636 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29637 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29638 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29639 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29640 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29641 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29642 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29643 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29644 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29645 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29646 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29647 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29648 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29649 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29650 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29651 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29652 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29653 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29654 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29655 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29656 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29657 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29658 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29659 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29660 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29661 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29662 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29663 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29664 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29665 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29666 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29667 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29668 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29669 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29670 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29671 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29672 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29673 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29674 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29675 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29676 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29677 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29678 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29679 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29680 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29681 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29682 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29683 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29684 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29685 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29686 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29687 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29688 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29689 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29690 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29691 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29692 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29693 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29694 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29695 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29696 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29697 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29698 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29699 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29700 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29701 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29702 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29703 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29704 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29705 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29706 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29707 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29708 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29709 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29710 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29711 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29712 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29713 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29714 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29715 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29716 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29717 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29718 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29719 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29720 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29721 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29722 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29723 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29724 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29725 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29726 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29727 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29728 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29729 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29730 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29731 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29732 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29733 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29734 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29735 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29736 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29737 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29738 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29739 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29740 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29741 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29742 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29743 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29744 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29745 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29746 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29747 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29748 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29749 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29750 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29751 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29752 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29753 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29754 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29755 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29756 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29757 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29758 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29759 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29760 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29761 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29762 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29763 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29764 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29765 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29766 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29767 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29768 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29769 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29770 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29771 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29772 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29773 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29774 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29775 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29776 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29777 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29778 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29779 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29780 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29781 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29782 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29783 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29784 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29785 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29786 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29787 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29788 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29789 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29790 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29791 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29792 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29793 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29794 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29795 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29796 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29797 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29798 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29799 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29800 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29801 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29802 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29803 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29804 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29805 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29806 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29807 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29808 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29809 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29810 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29811 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29812 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29813 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29814 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29815 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29816 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29817 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29818 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29819 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29820 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29821 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29822 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29823 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29824 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29825 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29826 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29827 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29828 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29829 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29830 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29831 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29832 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29833 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29834 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29835 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29836 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29837 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29838 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29839 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29840 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29841 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29842 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29843 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29844 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29845 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29846 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29847 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29848 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29849 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29850 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29851 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29852 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29853 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29854 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29855 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29856 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29857 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29858 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29859 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29860 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29861 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29862 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29863 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29864 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29865 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29866 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29867 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29868 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29869 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29870 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29871 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29872 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29873 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29874 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29875 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29876 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29877 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29878 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29879 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29880 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29881 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29882 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29883 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29884 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29885 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29886 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29887 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29888 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29889 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29890 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29891 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29892 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29893 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29894 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29895 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29896 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29897 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29898 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29899 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29900 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29901 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29902 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29903 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29904 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29905 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29906 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29907 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29908 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29909 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29910 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29911 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29912 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29913 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29914 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29915 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29916 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29917 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29918 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29919 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29920 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29921 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29922 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29923 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29924 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29925 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29926 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29927 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29928 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29929 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29930 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29931 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29932 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29933 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29934 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29935 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29936 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29937 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29938 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29939 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29940 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29941 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29942 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29943 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29944 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29945 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29946 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29947 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29948 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29949 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29950 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29951 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29952 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29953 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29954 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29955 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29956 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29957 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29958 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29959 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29960 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29961 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29962 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29963 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29964 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29965 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29966 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29967 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29968 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29969 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29970 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29971 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29972 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29973 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29974 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29975 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29976 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29977 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29978 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29979 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29980 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29981 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29982 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29983 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29984 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29985 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29986 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29987 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29988 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29989 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29990 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29991 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 29992 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 29993 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 29994 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 29995 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 29996 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 29997 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 29998 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 29999 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30000 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30001 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30002 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30003 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30004 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30005 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30006 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30007 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30008 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30009 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30010 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30011 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30012 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30013 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30014 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30015 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30016 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30017 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30018 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30019 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30020 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30021 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30022 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30023 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30024 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30025 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30026 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30027 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30028 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30029 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30030 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30031 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30032 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30033 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30034 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30035 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30036 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30037 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30038 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30039 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30040 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30041 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30042 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30043 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30044 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30045 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30046 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30047 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30048 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30049 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30050 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30051 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30052 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30053 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30054 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30055 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30056 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30057 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30058 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30059 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30060 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30061 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30062 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30063 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30064 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30065 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30066 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30067 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30068 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30069 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30070 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30071 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30072 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30073 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30074 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30075 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30076 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30077 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30078 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30079 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30080 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30081 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30082 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30083 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30084 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30085 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30086 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30087 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30088 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30089 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30090 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30091 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30092 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30093 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30094 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30095 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30096 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30097 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30098 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30099 - print_mix_of_everything: level: 7, colors: 1, ts: 1, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30100 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30101 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30102 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30103 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30104 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30105 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30106 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30107 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30108 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30109 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30110 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30111 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30112 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30113 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30114 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30115 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30116 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30117 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30118 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30119 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30120 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30121 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30122 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30123 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30124 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30125 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30126 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30127 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30128 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30129 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30130 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30131 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30132 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30133 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30134 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30135 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30136 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30137 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30138 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30139 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30140 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30141 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30142 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30143 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30144 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30145 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30146 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30147 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30148 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30149 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30150 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30151 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30152 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30153 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30154 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30155 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30156 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30157 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30158 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30159 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30160 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30161 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30162 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30163 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30164 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30165 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30166 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30167 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30168 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30169 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30170 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30171 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30172 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30173 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30174 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30175 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30176 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30177 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30178 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30179 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30180 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30181 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30182 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30183 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30184 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30185 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30186 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30187 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30188 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30189 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30190 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30191 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30192 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30193 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30194 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30195 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30196 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30197 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30198 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30199 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30200 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30201 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30202 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30203 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30204 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30205 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30206 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30207 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30208 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30209 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30210 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30211 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30212 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30213 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30214 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30215 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30216 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30217 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30218 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30219 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30220 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30221 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30222 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30223 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30224 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30225 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30226 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30227 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 0, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30228 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30229 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30230 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30231 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30232 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30233 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30234 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30235 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30236 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30237 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30238 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30239 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30240 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30241 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30242 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30243 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30244 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30245 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30246 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30247 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30248 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30249 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30250 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30251 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30252 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30253 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30254 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30255 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30256 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30257 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30258 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30259 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30260 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30261 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30262 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30263 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30264 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30265 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30266 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30267 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30268 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30269 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30270 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30271 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30272 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30273 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30274 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30275 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30276 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30277 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30278 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30279 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30280 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30281 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30282 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30283 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30284 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30285 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30286 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30287 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30288 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30289 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30290 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30291 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30292 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30293 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30294 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30295 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30296 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30297 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30298 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30299 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30300 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30301 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30302 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30303 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30304 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30305 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30306 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30307 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30308 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30309 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30310 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30311 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30312 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30313 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30314 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30315 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30316 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30317 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30318 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30319 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30320 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30321 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30322 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30323 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30324 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30325 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30326 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30327 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30328 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30329 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30330 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30331 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30332 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30333 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30334 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30335 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30336 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30337 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30338 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30339 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30340 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30341 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30342 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30343 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30344 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30345 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30346 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30347 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30348 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30349 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30350 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30351 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30352 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30353 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30354 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30355 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 1, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30356 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30357 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30358 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30359 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30360 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30361 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30362 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30363 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30364 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30365 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30366 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30367 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30368 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30369 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30370 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30371 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30372 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30373 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30374 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30375 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30376 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30377 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30378 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30379 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30380 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30381 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30382 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30383 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30384 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30385 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30386 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30387 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30388 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30389 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30390 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30391 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30392 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30393 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30394 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30395 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30396 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30397 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30398 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30399 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30400 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30401 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30402 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30403 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30404 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30405 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30406 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30407 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30408 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30409 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30410 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30411 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30412 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30413 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30414 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30415 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30416 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30417 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30418 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30419 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30420 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30421 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30422 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30423 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30424 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30425 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30426 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30427 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30428 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30429 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30430 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30431 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30432 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30433 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30434 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30435 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30436 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30437 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30438 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30439 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30440 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30441 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30442 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30443 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30444 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30445 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30446 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30447 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30448 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30449 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30450 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30451 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30452 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30453 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30454 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30455 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30456 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30457 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30458 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30459 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30460 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30461 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30462 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30463 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30464 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30465 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30466 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30467 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30468 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30469 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30470 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30471 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30472 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30473 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30474 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30475 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30476 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30477 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30478 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30479 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30480 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30481 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30482 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30483 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 2, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30484 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30485 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30486 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30487 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30488 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30489 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30490 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30491 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30492 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30493 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30494 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30495 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30496 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30497 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30498 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30499 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30500 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30501 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30502 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30503 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30504 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30505 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30506 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30507 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30508 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30509 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30510 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30511 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30512 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30513 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30514 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30515 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30516 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30517 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30518 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30519 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30520 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30521 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30522 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30523 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30524 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30525 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30526 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30527 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30528 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30529 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30530 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30531 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30532 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30533 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30534 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30535 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30536 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30537 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30538 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30539 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30540 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30541 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30542 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30543 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30544 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30545 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30546 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30547 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30548 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30549 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30550 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30551 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30552 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30553 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30554 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30555 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30556 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30557 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30558 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30559 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30560 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30561 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30562 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30563 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30564 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30565 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30566 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30567 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30568 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30569 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30570 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30571 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30572 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30573 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30574 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30575 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30576 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30577 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30578 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30579 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30580 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30581 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30582 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30583 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30584 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30585 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30586 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30587 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30588 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30589 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30590 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30591 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30592 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30593 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30594 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30595 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30596 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30597 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30598 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30599 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30600 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30601 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30602 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30603 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30604 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30605 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30606 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30607 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30608 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30609 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30610 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30611 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 3, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30612 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30613 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30614 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30615 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30616 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30617 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30618 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30619 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30620 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30621 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30622 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30623 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30624 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30625 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30626 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30627 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30628 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30629 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30630 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30631 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30632 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30633 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30634 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30635 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30636 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30637 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30638 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30639 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30640 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30641 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30642 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30643 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 0, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30644 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30645 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30646 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30647 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30648 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30649 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30650 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30651 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30652 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30653 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30654 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30655 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30656 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30657 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30658 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30659 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30660 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30661 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30662 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30663 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30664 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30665 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30666 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30667 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30668 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30669 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30670 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30671 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30672 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30673 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30674 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30675 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 1, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30676 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30677 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30678 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30679 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30680 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30681 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30682 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30683 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30684 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30685 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30686 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30687 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30688 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30689 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30690 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30691 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30692 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30693 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30694 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30695 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30696 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30697 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30698 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30699 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30700 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30701 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30702 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30703 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30704 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30705 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30706 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30707 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 2, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30708 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30709 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30710 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30711 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30712 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30713 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30714 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30715 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30716 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30717 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30718 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30719 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30720 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30721 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30722 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30723 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 0, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30724 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30725 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30726 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30727 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30728 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30729 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30730 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30731 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 0, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30732 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 0 PASS: test 30733 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 0, prefix: 1 PASS: test 30734 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 0 PASS: test 30735 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 0, funcinfo: 1, prefix: 1 PASS: test 30736 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 0 PASS: test 30737 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 0, prefix: 1 PASS: test 30738 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 0 PASS: test 30739 - print_mix_of_everything: level: 7, colors: 1, ts: 2, ts_tm: 4, ts_fract: 3, print_level: 1, nl: 1, finfo: 1, funcinfo: 1, prefix: 1 PASS: test 30740 - print_simple_message PASS: test 30741 - print_simple_message_no_newline PASS: test 30742 - print_simple_multiple_message PASS: test 30743 - print_log_level PASS: test 30744 - print_colorful_output PASS: test 30745 - print_custom_log_level PASS: test 30746 - print_timestamp_short PASS: test 30747 - print_timestamp_long PASS: test 30748 - print_timestamp_short_no_fractions PASS: test 30749 - print_timestamp_long_no_fractions PASS: test 30750 - print_timestamp_short_fractions_ms PASS: test 30751 - print_timestamp_long_fractions_ms PASS: test 30752 - print_timestamp_short_fractions_us PASS: test 30753 - print_timestamp_long_fractions_us PASS: test 30754 - print_timestamp_short_fractions_ns PASS: test 30755 - print_timestamp_long_fractions_ns PASS: test 30756 - print_finfo PASS: test 30757 - print_too_long_print_truncate PASS: test 30758 - print_too_long_print_truncate_no_newline PASS: test 30759 - print_truncate_with_date PASS: test 30760 - print_truncate_with_all_options PASS: test 30761 - print_with_no_output_available PASS: test 30762 - print_level_not_high_enough PASS: test 30763 - print_finfo_path PASS: test 30764 - print_nofinfo PASS: test 30765 - print_null PASS: test 30766 - print_prefix PASS: test 30767 - print_prefix_full PASS: test 30768 - print_prefix_overflow PASS: test 30769 - file_print_threaded PASS: test 30770 - file_print_after_cleanup PASS: test 30771 - file_print_without_setting_file PASS: test 30772 - file_write_after_failed_open PASS: test 30773 - file_write_after_failed_open_to_existing_file PASS: test 30774 - file_rotate_directory_deleted PASS: test 30775 - file_rotate_directory_reappear_after_delete PASS: test 30776 - file_rotate_write_after_failed_open PASS: test 30777 - file_rotate_write_after_failed_open_to_existing_file PASS: test 30778 - file_rotate_write_after_failed_open_to_existing_file_with_holes PASS: test 30779 - file_rotate_write_after_failed_open_to_existing_file_with_holes2 PASS: test 30780 - file_rotate_write_after_failed_open_to_existing_file_with_holes3 PASS: test 30781 - file_rotate_and_directory_reappear PASS: test 30782 - file_multi_message_on_el_new PASS: test 30783 - file_single_message PASS: test 30784 - file_multi_message PASS: test 30785 - file_reopen PASS: test 30786 - file_reopen_different_file PASS: test 30787 - file_unexpected_third_party_delete PASS: test 30788 - file_directory_deleted PASS: test 30789 - file_directory_reappear_after_delete PASS: test 30790 - file_and_directory_reapear PASS: test 30791 - file_filename_too_long PASS: test 30792 - file_path_too_long PASS: test 30793 - file_rotate_1_no_rotate PASS: test 30794 - file_rotate_1_exact_print PASS: test 30795 - file_rotate_1_overflow_but_no_rotate PASS: test 30796 - file_rotate_1_overflow PASS: test 30797 - file_rotate_1_overflow_exact PASS: test 30798 - file_rotate_1_reopen PASS: test 30799 - file_rotate_1_unexpected_third_party_remove PASS: test 30800 - file_rotate_1_change_size_up PASS: test 30801 - file_rotate_1_change_size_down PASS: test 30802 - file_rotate_2_no_rotate PASS: test 30803 - file_rotate_2_exact_print PASS: test 30804 - file_rotate_2_overflow_but_no_rotate PASS: test 30805 - file_rotate_2_overflow PASS: test 30806 - file_rotate_2_overflow_exact PASS: test 30807 - file_rotate_2_reopen PASS: test 30808 - file_rotate_2_unexpected_third_party_remove PASS: test 30809 - file_rotate_2_change_size_up PASS: test 30810 - file_rotate_2_change_size_down PASS: test 30811 - file_rotate_2_many_rotates PASS: test 30812 - file_rotate_5_no_rotate PASS: test 30813 - file_rotate_5_exact_print_rotate PASS: test 30814 - file_rotate_5_overflow_but_no_rotate PASS: test 30815 - file_rotate_5_overflow PASS: test 30816 - file_rotate_5_overflow_exact PASS: test 30817 - file_rotate_5_reopen PASS: test 30818 - file_rotate_5_hole_in_log_rotate PASS: test 30819 - file_rotate_5_rename_file_halfway PASS: test 30820 - file_no_dir_for_logs PASS: test 30821 - file_dir_removed_after_open_then_created_back_again PASS: test 30822 - file_dir_no_access PASS: test 30823 - file_no_access_to_file PASS: test 30824 - file_rotate_no_dir_for_logs PASS: test 30825 - file_rotate_dir_removed_after_open_then_created_back_again PASS: test 30826 - file_rotate_dir_no_access PASS: test 30827 - file_rotate_no_access_to_file PASS: test 30828 - file_rotate_filename_too_long PASS: test 30829 - file_rotate_path_too_long PASS: test 30830 - file_rotate_fail PASS: test 30831 - file_sync_always PASS: test 30832 - file_sync_periodic PASS: test 30833 - file_sync_level PASS: test 30834 - file_sync_via_flush_function PASS: test 30835 - file_consecutive_sync_with_flush_function PASS: test 30836 - perror_no_message PASS: test 30837 - perror_user_message PASS: test 30838 - perror_custom_el_user_message PASS: test 30839 - pmemory_print_threaded PASS: test 30840 - pmemory_print_ascii_table_option PASS: test 30841 - pmemory_print_ascii_table_with_table_option PASS: test 30842 - pmemory_one_byte PASS: test 30843 - pmemory_one_line_not_full PASS: test 30844 - pmemory_one_line_full PASS: test 30845 - pmemory_two_line_not_full PASS: test 30846 - pmemory_two_line_full PASS: test 30847 - pmemory_binary_data_with_nulls PASS: test 30848 - pmemory_print_ascii_table PASS: test 30849 - pmemory_print_ascii_table_with_table PASS: test 30850 - pmemory_null_memory PASS: test 30851 - pmemory_zero_size ============================================================================ Testsuite summary for embedlog 0.5.0 ============================================================================ # TOTAL: 30851 # PASS: 30851 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[4]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' Making check in man make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/man' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/man' Making check in examples make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/examples' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/examples' Making check in www make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[1]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary --list-missing --with autoreconf dh_testroot -O--list-missing dh_prep -O--list-missing rm -f debian/libembedlog0.substvars rm -f debian/libembedlog0.*.debhelper rm -rf debian/libembedlog0/ rm -f debian/libembedlog-dev.substvars rm -f debian/libembedlog-dev.*.debhelper rm -rf debian/libembedlog-dev/ dh_auto_install -O--list-missing install -d debian/libembedlog0 install -d debian/libembedlog-dev make -j1 install DESTDIR=/tmp/embedlog-v0.5.0/embedlog/debian/tmp AM_UPDATE_INFO_DIR=no make[1]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' Making install in include make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/include' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/include' /usr/bin/install -c -m 644 embedlog.h '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/include' make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/include' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/include' Making install in src make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/src' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/src' /bin/mkdir -p '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu' /bin/bash ../libtool --mode=install /usr/bin/install -c libembedlog.la '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libembedlog.so.0.5.0 /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 libtool: install: (cd /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libembedlog.so.0.5.0 libembedlog.so.0 || { rm -f libembedlog.so.0 && ln -s libembedlog.so.0.5.0 libembedlog.so.0; }; }) libtool: install: (cd /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libembedlog.so.0.5.0 libembedlog.so || { rm -f libembedlog.so && ln -s libembedlog.so.0.5.0 libembedlog.so; }; }) libtool: install: /usr/bin/install -c .libs/libembedlog.lai /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.la libtool: install: /usr/bin/install -c .libs/libembedlog.a /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.a libtool: install: chmod 644 /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.a libtool: install: ranlib /tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.a libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/src' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/src' Making install in tst make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/tst' Making install in man make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/man' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/share/man/man3' /usr/bin/install -c -m 644 el_cleanup.3 el_init.3 el_ocleanup.3 el_oinit.3 el_ooption.3 el_operror.3 el_opmemory.3 el_oprint.3 el_option.3 el_oputs.3 el_ovprint.3 el_perror.3 el_pmemory.3 el_print.3 el_puts.3 el_vprint.3 el_flush.3 el_oflush.3 '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/share/man/man3' /bin/mkdir -p '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/share/man/man7' /usr/bin/install -c -m 644 el_overview.7 '/tmp/embedlog-v0.5.0/embedlog/debian/tmp/usr/share/man/man7' make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/man' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/man' Making install in examples make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/examples' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/examples' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/examples' Making install in www make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog/www' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/www' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog/www' make[2]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' make[3]: Entering directory '/tmp/embedlog-v0.5.0/embedlog' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[2]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' make[1]: Leaving directory '/tmp/embedlog-v0.5.0/embedlog' dh_install -O--list-missing install -d debian/libembedlog0//usr/lib/x86_64-linux-gnu cp --reflink=auto -a debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.so.0 debian/libembedlog0//usr/lib/x86_64-linux-gnu/ cp --reflink=auto -a debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 debian/libembedlog0//usr/lib/x86_64-linux-gnu/ install -d debian/libembedlog-dev//usr/lib/x86_64-linux-gnu cp --reflink=auto -a debian/tmp/usr/lib/x86_64-linux-gnu/libembedlog.so debian/libembedlog-dev//usr/lib/x86_64-linux-gnu/ install -d debian/libembedlog-dev//usr/include cp --reflink=auto -a debian/tmp/usr/include/embedlog.h debian/libembedlog-dev//usr/include/ install -d debian/libembedlog-dev//usr/share/man/man3 cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_cleanup.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_flush.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_init.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_ocleanup.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_oflush.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_oinit.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_ooption.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_operror.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_opmemory.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_oprint.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_option.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_oputs.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_ovprint.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_perror.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_pmemory.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_print.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_puts.3 debian/libembedlog-dev//usr/share/man/man3/ cp --reflink=auto -a debian/tmp/usr/share/man/man3/el_vprint.3 debian/libembedlog-dev//usr/share/man/man3/ install -d debian/libembedlog-dev//usr/share/man/man7 cp --reflink=auto -a debian/tmp/usr/share/man/man7/el_overview.7 debian/libembedlog-dev//usr/share/man/man7/ dh_install: usr/lib/x86_64-linux-gnu/libembedlog.a exists in debian/tmp but is not installed to anywhere dh_install: usr/lib/x86_64-linux-gnu/libembedlog.la exists in debian/tmp but is not installed to anywhere dh_installdocs -O--list-missing install -d debian/libembedlog0/usr/share/doc/libembedlog0 install -p -m0644 debian/copyright debian/libembedlog0/usr/share/doc/libembedlog0/copyright install -d debian/libembedlog-dev/usr/share/doc/libembedlog-dev install -p -m0644 debian/copyright debian/libembedlog-dev/usr/share/doc/libembedlog-dev/copyright dh_installchangelogs -O--list-missing install -p -m0644 debian/changelog debian/libembedlog0/usr/share/doc/libembedlog0/changelog install -p -m0644 debian/changelog debian/libembedlog-dev/usr/share/doc/libembedlog-dev/changelog dh_installman -O--list-missing rm -f debian/libembedlog-dev/usr/share/man/man3/el_oflush.3 ln -sf el_flush.3 debian/libembedlog-dev/usr/share/man/man3/el_oflush.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ooption.3 ln -sf el_option.3 debian/libembedlog-dev/usr/share/man/man3/el_ooption.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_puts.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_puts.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_operror.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_operror.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oinit.3 ln -sf el_init.3 debian/libembedlog-dev/usr/share/man/man3/el_oinit.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oputs.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_oputs.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_vprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_vprint.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_perror.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_perror.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3 ln -sf el_cleanup.3 debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_oprint.3 man --recode UTF-8 ./el_overview\.7 > el_overview\.7\.new chmod 0755 -- el_overview.7.new chown 0:0 -- el_overview.7.new mv -f el_overview.7.new el_overview.7 man --recode UTF-8 ./el_flush\.3 > el_flush\.3\.new chmod 0755 -- el_flush.3.new chown 0:0 -- el_flush.3.new mv -f el_flush.3.new el_flush.3 man --recode UTF-8 ./el_option\.3 > el_option\.3\.new chmod 0755 -- el_option.3.new chown 0:0 -- el_option.3.new mv -f el_option.3.new el_option.3 man --recode UTF-8 ./el_print\.3 > el_print\.3\.new chmod 0755 -- el_print.3.new chown 0:0 -- el_print.3.new mv -f el_print.3.new el_print.3 man --recode UTF-8 ./el_cleanup\.3 > el_cleanup\.3\.new chmod 0755 -- el_cleanup.3.new chown 0:0 -- el_cleanup.3.new mv -f el_cleanup.3.new el_cleanup.3 man --recode UTF-8 ./el_init\.3 > el_init\.3\.new chmod 0755 -- el_init.3.new chown 0:0 -- el_init.3.new mv -f el_init.3.new el_init.3 dh_perl -O--list-missing dh_link -O--list-missing rm -f debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0 ln -sf libembedlog.so.0.5.0 debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_oprint.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3 ln -sf el_cleanup.3 debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_perror.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_perror.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_vprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_vprint.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oputs.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_oputs.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oinit.3 ln -sf el_init.3 debian/libembedlog-dev/usr/share/man/man3/el_oinit.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_operror.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_operror.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_puts.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_puts.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ooption.3 ln -sf el_option.3 debian/libembedlog-dev/usr/share/man/man3/el_ooption.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3 ln -sf el_print.3 debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3 rm -f debian/libembedlog-dev/usr/share/man/man3/el_oflush.3 ln -sf el_flush.3 debian/libembedlog-dev/usr/share/man/man3/el_oflush.3 rm -f debian/libembedlog-dev/usr/lib/x86_64-linux-gnu/libembedlog.so ln -sf libembedlog.so.0.5.0 debian/libembedlog-dev/usr/lib/x86_64-linux-gnu/libembedlog.so dh_strip_nondeterminism -O--list-missing dh_compress -O--list-missing cd debian/libembedlog0 chmod a-x usr/share/doc/libembedlog0/changelog gzip -9nf usr/share/doc/libembedlog0/changelog cd '/tmp/embedlog-v0.5.0/embedlog' cd debian/libembedlog-dev chmod a-x usr/share/doc/libembedlog-dev/changelog usr/share/man/man3/el_cleanup.3 usr/share/man/man3/el_flush.3 usr/share/man/man3/el_init.3 usr/share/man/man3/el_option.3 usr/share/man/man3/el_print.3 usr/share/man/man7/el_overview.7 gzip -9nf usr/share/doc/libembedlog-dev/changelog usr/share/man/man3/el_cleanup.3 usr/share/man/man3/el_flush.3 usr/share/man/man3/el_init.3 usr/share/man/man3/el_option.3 usr/share/man/man3/el_print.3 usr/share/man/man7/el_overview.7 cd '/tmp/embedlog-v0.5.0/embedlog' rm -f debian/libembedlog-dev/usr/share/man/man3/el_oprint.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_oprint.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_pmemory.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_opmemory.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_ooption.3 ln -sf el_option.3.gz debian/libembedlog-dev/usr/share/man/man3/el_ooption.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_oinit.3 ln -sf el_init.3.gz debian/libembedlog-dev/usr/share/man/man3/el_oinit.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_ovprint.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_operror.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_operror.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_puts.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_puts.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3 ln -sf el_cleanup.3.gz debian/libembedlog-dev/usr/share/man/man3/el_ocleanup.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_oputs.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_oputs.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_vprint.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_vprint.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_oflush.3 ln -sf el_flush.3.gz debian/libembedlog-dev/usr/share/man/man3/el_oflush.3.gz rm -f debian/libembedlog-dev/usr/share/man/man3/el_perror.3 ln -sf el_print.3.gz debian/libembedlog-dev/usr/share/man/man3/el_perror.3.gz dh_fixperms -O--list-missing find debian/libembedlog0 -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/libembedlog0 ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/libembedlog0/usr/share/doc -type f ! -regex 'debian/libembedlog0/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog0/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 find debian/libembedlog0/usr/share/man -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog0/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog0/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog0/usr/lib/x86_64-linux-gnu/perl5/5.24 debian/libembedlog0/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/libembedlog0 -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog0/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w find debian/libembedlog-dev -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/libembedlog-dev ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/libembedlog-dev/usr/share/doc -type f ! -regex 'debian/libembedlog-dev/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog-dev/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 find debian/libembedlog-dev/usr/share/man -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog-dev/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog-dev/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog-dev/usr/lib/x86_64-linux-gnu/perl5/5.24 debian/libembedlog-dev/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/libembedlog-dev -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 find debian/libembedlog-dev/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w dh_strip -O--list-missing install -d debian/.debhelper/libembedlog0/dbgsym-root/usr/lib/debug/.build-id/f7 objcopy --only-keep-debug --compress-debug-sections debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 debian/.debhelper/libembedlog0/dbgsym-root/usr/lib/debug/.build-id/f7/e2cf7b253e275ecce1c912408f5c194ab7ab78.debug chmod 0644 -- debian/.debhelper/libembedlog0/dbgsym-root/usr/lib/debug/.build-id/f7/e2cf7b253e275ecce1c912408f5c194ab7ab78.debug chown 0:0 -- debian/.debhelper/libembedlog0/dbgsym-root/usr/lib/debug/.build-id/f7/e2cf7b253e275ecce1c912408f5c194ab7ab78.debug strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 objcopy --add-gnu-debuglink debian/.debhelper/libembedlog0/dbgsym-root/usr/lib/debug/.build-id/f7/e2cf7b253e275ecce1c912408f5c194ab7ab78.debug debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 install -d debian/.debhelper/libembedlog0/dbgsym-root/usr/share/doc ln -s libembedlog0 debian/.debhelper/libembedlog0/dbgsym-root/usr/share/doc/libembedlog0-dbgsym dh_makeshlibs -O--list-missing rm -f debian/libembedlog0/DEBIAN/shlibs install -d debian/libembedlog0/DEBIAN echo 'libembedlog 0 libembedlog0' >>debian/libembedlog0/DEBIAN/shlibs chmod 0644 -- debian/libembedlog0/DEBIAN/shlibs chown 0:0 -- debian/libembedlog0/DEBIAN/shlibs install -d debian/.debhelper/generated/libembedlog0 mv -f debian/.debhelper/generated/libembedlog0/triggers.new debian/.debhelper/generated/libembedlog0/triggers rm -f debian/libembedlog-dev/DEBIAN/shlibs dh_shlibdeps -O--list-missing dpkg-shlibdeps -Tdebian/libembedlog0.substvars debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libembedlog0/usr/lib/x86_64-linux-gnu/libembedlog.so.0.5.0 was not linked against libm.so.6 (it uses none of the library's symbols) install -d debian/libembedlog-dev/DEBIAN dh_installdeb -O--list-missing install -p -m0644 debian/.debhelper/generated/libembedlog0/triggers debian/libembedlog0/DEBIAN/triggers dh_gencontrol -O--list-missing echo misc:Depends= >> debian/libembedlog0.substvars echo misc:Pre-Depends= >> debian/libembedlog0.substvars install -d debian/.debhelper/libembedlog0/dbgsym-root/DEBIAN dpkg-gencontrol -plibembedlog0 -ldebian/changelog -Tdebian/libembedlog0.substvars -Pdebian/.debhelper/libembedlog0/dbgsym-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=extra -DAuto-Built-Package=debug-symbols -DPackage=libembedlog0-dbgsym "-DDepends=libembedlog0 (= \${binary:Version})" "-DDescription=Debug symbols for libembedlog0" -DBuild-Ids=f7e2cf7b253e275ecce1c912408f5c194ab7ab78 -DSection=debug -UMulti-Arch -UReplaces -UBreaks chmod 0644 -- debian/.debhelper/libembedlog0/dbgsym-root/DEBIAN/control chown 0:0 -- debian/.debhelper/libembedlog0/dbgsym-root/DEBIAN/control dpkg-gencontrol -plibembedlog0 -ldebian/changelog -Tdebian/libembedlog0.substvars -Pdebian/libembedlog0 chmod 0644 -- debian/libembedlog0/DEBIAN/control chown 0:0 -- debian/libembedlog0/DEBIAN/control echo misc:Depends= >> debian/libembedlog-dev.substvars echo misc:Pre-Depends= >> debian/libembedlog-dev.substvars dpkg-gencontrol -plibembedlog-dev -ldebian/changelog -Tdebian/libembedlog-dev.substvars -Pdebian/libembedlog-dev chmod 0644 -- debian/libembedlog-dev/DEBIAN/control chown 0:0 -- debian/libembedlog-dev/DEBIAN/control dh_md5sums -O--list-missing (cd debian/libembedlog0 >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null chmod 0644 -- debian/libembedlog0/DEBIAN/md5sums chown 0:0 -- debian/libembedlog0/DEBIAN/md5sums (cd debian/.debhelper/libembedlog0/dbgsym-root >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null chmod 0644 -- debian/.debhelper/libembedlog0/dbgsym-root/DEBIAN/md5sums chown 0:0 -- debian/.debhelper/libembedlog0/dbgsym-root/DEBIAN/md5sums (cd debian/libembedlog-dev >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null chmod 0644 -- debian/libembedlog-dev/DEBIAN/md5sums chown 0:0 -- debian/libembedlog-dev/DEBIAN/md5sums dh_builddeb -O--list-missing dpkg-deb -z1 -Zxz -Sextreme --build debian/.debhelper/libembedlog0/dbgsym-root .. dpkg-deb: building package 'libembedlog0-dbgsym' in '../libembedlog0-dbgsym_0.5.0_amd64.deb'. dpkg-deb --build debian/libembedlog0 .. dpkg-deb: building package 'libembedlog0' in '../libembedlog0_0.5.0_amd64.deb'. dpkg-deb --build debian/libembedlog-dev .. dpkg-deb: building package 'libembedlog-dev' in '../libembedlog-dev_0.5.0_amd64.deb'. dpkg-genbuildinfo dpkg-genchanges >../libembedlog_0.5.0_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build embedlog dpkg-buildpackage: info: full upload; Debian-native package (full source is included) Now running lintian... warning: the authors of lintian do not recommend running it with root privileges! Finished running lintian.