mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
8f63e3f5e7
testsuite: functionized freebsd tests.
62 lines
2.3 KiB
Plaintext
62 lines
2.3 KiB
Plaintext
### These tests requires VirtualBox running with the following images
|
|
tange@freebsd7
|
|
par_compress_pipe 2>&1
|
|
par_compress_pipe Test --compress --pipe
|
|
par_compress_pipe 1000 1000 3893
|
|
par_compress_pipe bug #41613: --compress --line-buffer no newline
|
|
par_compress_pipe It worked
|
|
par_env_parallel 2>&1
|
|
par_env_parallel ### env_parallel on Freebsd
|
|
par_env_parallel myalias1 myvar_line 1
|
|
par_env_parallel myvar_line 2
|
|
par_env_parallel myalias2 foo
|
|
par_load 2>&1
|
|
par_load ### Test --load (must give 1=true)
|
|
par_load
|
|
par_load 1
|
|
par_no_more_procs 2>&1
|
|
par_no_more_procs bug #40136: FreeBSD: No more processes
|
|
par_no_more_procs First started
|
|
par_no_more_procs Second started
|
|
par_no_more_procs Third started
|
|
par_no_more_procs The first finished
|
|
par_no_more_procs
|
|
par_no_more_procs Fourth started
|
|
par_no_more_procs The second finished
|
|
par_no_more_procs
|
|
par_no_more_procs The third finished
|
|
par_no_more_procs
|
|
par_no_more_procs The fourth finished
|
|
par_no_more_procs
|
|
par_round_robin 2>&1
|
|
par_round_robin bug #40133: FreeBSD: --round-robin gives no output
|
|
par_round_robin 1000000 1000000 6888896
|
|
par_round_robin 1000000 1000000 6888896
|
|
par_sem_fg 2>&1
|
|
par_sem_fg bug #40135: FreeBSD: sem --fg does not finish under /bin/sh
|
|
par_sem_fg The job finished
|
|
par_shebang 2>&1
|
|
par_shebang bug #40134: FreeBSD: --shebang not working
|
|
par_shebang It
|
|
par_shebang worked
|
|
par_shebang bug #40134: FreeBSD: --shebang(-wrap) not working
|
|
par_shebang wrap
|
|
par_shebang works
|
|
par_shebang bug #40134: FreeBSD: --shebang(-wrap) with options not working
|
|
par_shebang /usr/bin/perl -w ./shebang-wrap-opt wrap
|
|
par_shebang wrap
|
|
par_shebang /usr/bin/perl -w ./shebang-wrap-opt works
|
|
par_shebang works
|
|
par_shebang /usr/bin/perl -w ./shebang-wrap-opt with
|
|
par_shebang with
|
|
par_shebang /usr/bin/perl -w ./shebang-wrap-opt options
|
|
par_shebang options
|
|
par_shellshock_bug 2>&1
|
|
par_shellshock_bug bug #43358: shellshock breaks exporting functions using --env _
|
|
par_shellshock_bug Non-shellshock-hardened to non-shellshock-hardened
|
|
par_shellshock_bug Function non-shellshock-hardened
|
|
par_shellshock_bug bug #43358: shellshock breaks exporting functions using --env _
|
|
par_shellshock_bug Non-shellshock-hardened to shellshock-hardened
|
|
par_shellshock_bug parallel: Warning: Shell functions may not be supported in /bin/sh.
|
|
par_shellshock_bug Function shellshock-hardened
|