summaryrefslogtreecommitdiff
path: root/lib/perl5db
Commit message (Collapse)AuthorAgeFilesLines
* Add TODO test for :lvalue under -d.Florian Ragwitz2008-11-141-0/+9
| | | | | Message-Id: <1226658297-24025-1-git-send-email-rafl@debian.org> p4raw-id: //depot/perl@34832
* Move the test files for the debugger in a t/ subdirectory, so theyRafael Garcia-Suarez2006-11-151-0/+0
| | | | | don't get installed p4raw-id: //depot/perl@29278
* A first regression test for the debugger, by Shlomi FishRafael Garcia-Suarez2006-11-141-0/+24
| | | | | and Richard Foley. p4raw-id: //depot/perl@29274
* I claim that the debugger is untestable until proven otherwise.Jarkko Hietaniemi2003-09-091-84/+0
| | | p4raw-id: //depot/perl@21126
* There's no particular reason to have the dumpvar.tJarkko Hietaniemi2003-09-091-189/+0
| | | | | in lib/perl5db/. p4raw-id: //depot/perl@21121
* The IPC::Open3 is just too unreliable for this task.Jarkko Hietaniemi2003-09-081-16/+9
| | | p4raw-id: //depot/perl@21098
* Try to make the de0.t test more robust.Jarkko Hietaniemi2003-09-081-7/+10
| | | | | | The test is so flakey (too many external things influencing the result) that I'm likely to leave it out from the maint. p4raw-id: //depot/perl@21097
* Win32 is playing to hard to get but I do not haveJarkko Hietaniemi2003-09-081-20/+27
| | | | | | | | | time to chase it, so restore #21072, more or less. I think testing the debugger in UNIX-like places is enough, no need to go into painful contortions trying to "portably" run interactive programs like the debugger. p4raw-id: //depot/perl@21090
* In Win32 IPC::Open3 + IO::Select does not work that wellJarkko Hietaniemi2003-09-081-22/+16
| | | | | | | so mostly undo the change #21072 and revert back to using a temp file. p4raw-link: @21072 on //depot/perl: cc5fd0943567be6ee0408b6bc088cce15ca15861 p4raw-id: //depot/perl@21080
* In Win32 the cmd.exe console output doesn't seem toJarkko Hietaniemi2003-09-081-10/+20
| | | | | | be catchable using the in-memory I/O + select trick, so use tie-STDOUT trick instead. p4raw-id: //depot/perl@21078
* Move Config test.Jarkko Hietaniemi2003-09-081-3/+3
| | | p4raw-id: //depot/perl@21077
* Let's require fork for this test.Jarkko Hietaniemi2003-09-081-4/+1
| | | p4raw-id: //depot/perl@21076
* Re: [PATCH] Test skeleton for debugger commandsAndreas König2003-09-081-13/+22
| | | | | Message-ID: <87llszis2s.fsf@franz.ak.mind.de> p4raw-id: //depot/perl@21072
* de0.t: use Test::More, add some tests.Jarkko Hietaniemi2003-09-081-14/+23
| | | p4raw-id: //depot/perl@21071
* More dumpvar testing.Jarkko Hietaniemi2003-09-081-1/+115
| | | p4raw-id: //depot/perl@21070
* An empty test.Jarkko Hietaniemi2003-09-081-1/+0
| | | p4raw-id: //depot/perl@21069
* dumpvar.t: use Test::More;Jarkko Hietaniemi2003-09-081-19/+20
| | | p4raw-id: //depot/perl@21068
* The in-memory files require PerlIO::scalar.Jarkko Hietaniemi2003-09-081-0/+4
| | | p4raw-id: //depot/perl@21066
* Test skeleton for debugger commandsAndreas König2003-09-072-0/+133
Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de> With minor adjustments p4raw-id: //depot/perl@21065