Menu

Tree [0c50c7] bash-5.0 / test / data /
 History

HTTPS access


File Date Author Commit
 .cvsignore 2008-08-09 rockyb rockyb [960749] Move debugger command files and the output to c...
 .gitignore 2019-10-10 rocky rocky [48fbf3] Add BASH_REMATCH integration test
 Makefile.am 2019-12-10 rocky rocky [d24dfb] Administrivia
 README 2008-08-19 rockyb rockyb [4924da] Miscellaneous CVS and auto* administration.
 action.cmd 2019-11-06 rocky rocky [9e0f27] Set $0 in 'eval' and 'shell' commands
 action.right 2019-11-28 rocky rocky [bfb371] Misc small "show" subcommand bugfixes an tweaks
 bash-rematch.cmd 2019-10-16 rocky rocky [105df0] Set BASH_REMATCH in eval
 bash-rematch.right 2021-01-14 rocky rocky [ec5caf] Adjust test
 brkpt1.cmd 2008-08-22 rockyb rockyb [957ea6] Move integration tests into integration directo...
 brkpt1.right 2016-05-30 rocky rocky [a77e9c] Better breakpoint deletion status
 brkpt2.cmd 2010-12-08 rocky rocky [2661c7] Add list>, l>.
 brkpt2.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 brkpt3.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 brkpt3.right 2016-05-30 rocky rocky [a77e9c] Better breakpoint deletion status
 bug-args.cmd 2019-11-06 rocky rocky [cce862] Track $0 when it changes inside debugged progam.
 bug-args.right 2019-11-06 rocky rocky [cce862] Track $0 when it changes inside debugged progam.
 bug-break.cmd 2012-03-06 rocky rocky [5dd5ad] Add test for recent breakpoint bug.
 bug-break.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 bug-clear.cmd 2014-12-11 rocky rocky [21ba34] Fix a bug where a "clear" command effectively d...
 bug-clear.right 2014-12-14 rocky rocky [5d96ba] Make "make distcheck" work
 bug-loc.cmd 2014-11-06 rocky rocky [580ce5] Fix bug in source code filename not updating wh...
 bug-loc.right 2019-10-10 rocky rocky [b09dc5] Keep up with pygmentize ...
 bug-set-e.cmd 2017-08-01 rocky rocky [384dae] Fix debugging in the presense of "set -e"
 bug-set-e.right 2017-08-01 rocky rocky [384dae] Fix debugging in the presense of "set -e"
 bug-source.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 bug-source.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 bug-step-subshell.cmd 2011-04-30 rocky rocky [ec49d8] Experiment with a Ruby-like "require" command. ...
 bug-step-subshell.right 2011-04-30 rocky rocky [9c499b] Remove tabs and some git merge differences.
 bug-step.cmd 2012-03-06 rocky rocky [b2e5d2] Clear out step-over-fn flag in "break".
 bug-step.right 2012-03-06 rocky rocky [b2e5d2] Clear out step-over-fn flag in "break".
 bugI.cmd 2009-10-23 rocky rocky [28d1d0] bashdb.in: Remove variable name confict which o...
 bugI.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 bugIFS.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 bugIFS.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 command.cmd 2010-11-24 rocky rocky [dd741f] A big cleanup and simplification. Replace fixed...
 command.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 complete.cmd 2011-05-03 rocky rocky [6b6a3b] Fix initial command completion more properly --...
 complete.right 2020-07-29 rocky rocky [6daffb] Add "set filename-display"
 continue.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 debug.cmd 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 debug.right 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 debug2.cmd 2009-06-19 rockyb rockyb [7c04a9] BASHDB_LEVEL -> _Dbg_DEBUGGER_LEVEL
 delete.cmd 2010-10-25 rocky rocky [bb6991] Add test-delete integration test from zshdb.
 delete.right 2019-11-28 rocky rocky [bfb371] Misc small "show" subcommand bugfixes an tweaks
 display.cmd 2010-10-29 rocky rocky [f36868] Make display much more like gdb (and trepanning...
 display.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 enable.cmd 2010-06-23 rocky rocky [b60a70] Fix bug in showing brkpt hits. Fix bug in file ...
 enable.right 2015-01-16 rocky rocky [85928d] Add more sectioning commands and add lines unde...
 export.cmd 2011-03-04 rocky rocky [029387] Forgot to add new files
 export.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 file with spaces.cmd 2009-09-21 R. Bernstein R. Bernstein [7dced2] Need to quote filenames in "info break". Some e...
 file with spaces.right 2015-01-16 rocky rocky [85928d] Add more sectioning commands and add lines unde...
 finish.cmd 2008-08-28 rockyb rockyb [cd3a37] Less't hard-coding of debugger name. Less line-...
 finish.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 frame.cmd 2012-08-25 rocky rocky [8d6f7a] Follow gdb better. alias 'u' for 'up' removed.
 frame.right 2012-08-25 rocky rocky [8d6f7a] Follow gdb better. alias 'u' for 'up' removed.
 info-args.cmd 2011-05-15 rocky rocky [617a5c] Correct "info functions *pat*". Sync with kshdb.
 info-args.right 2019-11-28 rocky rocky [bfb371] Misc small "show" subcommand bugfixes an tweaks
 interrupt.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 list.cmd 2010-12-08 rocky rocky [2661c7] Add list>, l>.
 list.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 lopts.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 misc-output-41.right 2019-11-08 rocky rocky [8c9b78] Lots of administrivia:
 misc-output-50.right 2020-07-29 rocky rocky [6daffb] Add "set filename-display"
 misc-output.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 misc.cmd 2008-09-07 rockyb rockyb [807134] Sort output in "show aliases". Break out histor...
 misc.right 2015-01-16 rocky rocky [97ef95] Add One more sectioning - to help: Available co...
 multi1.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 multi1.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 multi2.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 multi2.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 multi3.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 multi3.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 multi4.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 multi4.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 parm.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 parm.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 prof1.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 prof2.cmd 2008-08-22 rockyb rockyb [957ea6] Move integration tests into integration directo...
 quit.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 restart.cmd 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 restart.right 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 restart2.cmd 2011-05-11 rocky rocky [b2528c] Start to remove hard-codedness of "info" subcom...
 search.cmd 2011-05-17 rocky rocky [58ceb8] Revise search tests
 search.right 2011-05-17 rocky rocky [58ceb8] Revise search tests
 setshow.cmd 2008-10-20 rockyb rockyb [cdcf73] Don't assume history size was set to the default
 setshow.right 2020-07-29 rocky rocky [6daffb] Add "set filename-display"
 settrace.cmd 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 settrace.right 2017-08-24 rocky rocky [5695de] Get ready for release 4.4-0.94
 sig-41.right 2017-08-27 rocky rocky [e2a7a0] sig test file for bash 4.1
 sig-43.cmd 2015-10-26 rocky rocky [2a66b6] work aroud bash 4.3 signal handling
 sig-43.right 2015-10-26 rocky rocky [2a66b6] work aroud bash 4.3 signal handling
 sig-44.cmd 2017-08-01 rocky rocky [7027f3] Correct test-settrace
 sig-44.right 2017-08-01 rocky rocky [7027f3] Correct test-settrace
 sig-50.cmd 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 sig-50.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 sig-Darwin.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 sig-bug.cmd 2017-08-01 rocky rocky [384dae] Fix debugging in the presense of "set -e"
 sig.cmd 2015-10-26 rocky rocky [589a73] Bash 4.4 compliance
 sig.right 2015-10-26 rocky rocky [589a73] Bash 4.4 compliance
 skip.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 skip.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 sopts.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 subshell1.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 subshell1.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 subshell2.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 subshell2.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 subshell3.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 subshell3.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 subshell4.cmd 2011-02-19 rocky rocky [50d71f] remove "print" that sneaked into recent change ...
 subshell4.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 tbreak.cmd 2008-09-06 rockyb rockyb [560c0a] Remove some bugs in file name expansion. Clean ...
 tbreak.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 trace.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 trace2.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...
 watch1.cmd 2017-06-04 rocky rocky [4e1479] Auto set highlight background
 watch1.right 2019-09-02 rocky rocky [f2f889] Update for bash 5.0
 watch2.cmd 2008-08-08 rockyb rockyb [254a87] Add data directory. "make check" is broken unti...
 watch2.right 2011-04-15 rocky rocky [a573f5] Add exit message when leaving the debugger. It ...

Read Me

For an integration test x, x.cmd is the debugger commands to run and
x.right gives the correct output. Sometimes this output is filtered
before comparing with the actual output.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.