Go to file T
Code
integration fix: filter broken pipe errors from pipeline test — timing-dependent on macOS. int-pipeline 5.3
run_builtin_tests.sh skip test_exec.sh in builtin runner — exec replaces process, harness hangs waiting for child
test_abbr.sh fix missing expected output args in abbr and defun test cases
test_alias.sh add alias builtin tests
test_arithmetic.sh add arithmetic builtin tests
test_arrays.sh add arrays builtin tests
test_cd_pwd.sh add cd_pwd builtin tests
test_complete_compgen.sh expand complete_compgen tests with comprehensive edge cases
test_config.sh add config builtin tests
test_coproc.sh skip coproc and jobs tests when stdin is not a terminal
test_declare.sh use configurable BASH_REF for reference shell in all test suites
test_defun.sh fix missing expected output args in abbr and defun test cases
test_echo.sh add echo builtin tests
test_eval.sh add eval builtin tests
test_exec.sh expand exec tests with comprehensive edge cases
test_export_unset.sh use configurable BASH_REF for reference shell in all test suites
test_fc.sh skip history/fc tests that require interactive mode (no history in -c)
test_flow_control.sh add flow_control builtin tests
test_getopts.sh expand getopts tests with comprehensive edge cases
test_harness.sh use configurable BASH_REF for reference shell in all test suites
test_hash.sh expand hash tests with comprehensive edge cases
test_help.sh add help builtin tests
test_history.sh skip history/fc tests that require interactive mode (no history in -c)
test_jobs_fg_bg.sh skip coproc and jobs tests when stdin is not a terminal
test_kill_wait.sh expand kill_wait tests with comprehensive edge cases
test_let.sh add let builtin tests
test_local.sh add local builtin tests
test_memory.sh add memory builtin tests
test_perf.sh add perf builtin tests
test_printf.sh fix printf non-numeric test to use check_output with fortsh error prefix
test_pushd_popd_dirs.sh expand pushd_popd_dirs tests with comprehensive edge cases
test_read.sh add read builtin tests
test_readonly.sh add readonly builtin tests
test_set_shopt.sh fix test-only failures: error prefix suppression, (( )) arithmetic disambiguation
test_shift.sh add shift builtin tests
test_source.sh add source builtin tests
test_stress.sh platform-detect stress test timeouts — ARM64 gets 90s/180s base, x86_64 keeps 30s/60s
test_test.sh add test builtin tests
test_times.sh add times builtin tests
test_trap.sh add trap builtin tests
test_type_command.sh add type_command builtin tests
test_ulimit.sh expand ulimit tests with comprehensive edge cases
test_umask.sh add umask builtin tests
test_variable_ops.sh add variable_ops builtin tests