Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add TODO test for :lvalue under -d. | Florian Ragwitz | 2008-11-14 | 1 | -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 they | Rafael Garcia-Suarez | 2006-11-15 | 1 | -0/+0 |
| | | | | | don't get installed p4raw-id: //depot/perl@29278 | ||||
* | A first regression test for the debugger, by Shlomi Fish | Rafael Garcia-Suarez | 2006-11-14 | 1 | -0/+24 |
| | | | | | and Richard Foley. p4raw-id: //depot/perl@29274 | ||||
* | I claim that the debugger is untestable until proven otherwise. | Jarkko Hietaniemi | 2003-09-09 | 1 | -84/+0 |
| | | | p4raw-id: //depot/perl@21126 | ||||
* | There's no particular reason to have the dumpvar.t | Jarkko Hietaniemi | 2003-09-09 | 1 | -189/+0 |
| | | | | | in lib/perl5db/. p4raw-id: //depot/perl@21121 | ||||
* | The IPC::Open3 is just too unreliable for this task. | Jarkko Hietaniemi | 2003-09-08 | 1 | -16/+9 |
| | | | p4raw-id: //depot/perl@21098 | ||||
* | Try to make the de0.t test more robust. | Jarkko Hietaniemi | 2003-09-08 | 1 | -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 have | Jarkko Hietaniemi | 2003-09-08 | 1 | -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 well | Jarkko Hietaniemi | 2003-09-08 | 1 | -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 to | Jarkko Hietaniemi | 2003-09-08 | 1 | -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 Hietaniemi | 2003-09-08 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@21077 | ||||
* | Let's require fork for this test. | Jarkko Hietaniemi | 2003-09-08 | 1 | -4/+1 |
| | | | p4raw-id: //depot/perl@21076 | ||||
* | Re: [PATCH] Test skeleton for debugger commands | Andreas König | 2003-09-08 | 1 | -13/+22 |
| | | | | | Message-ID: <87llszis2s.fsf@franz.ak.mind.de> p4raw-id: //depot/perl@21072 | ||||
* | de0.t: use Test::More, add some tests. | Jarkko Hietaniemi | 2003-09-08 | 1 | -14/+23 |
| | | | p4raw-id: //depot/perl@21071 | ||||
* | More dumpvar testing. | Jarkko Hietaniemi | 2003-09-08 | 1 | -1/+115 |
| | | | p4raw-id: //depot/perl@21070 | ||||
* | An empty test. | Jarkko Hietaniemi | 2003-09-08 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@21069 | ||||
* | dumpvar.t: use Test::More; | Jarkko Hietaniemi | 2003-09-08 | 1 | -19/+20 |
| | | | p4raw-id: //depot/perl@21068 | ||||
* | The in-memory files require PerlIO::scalar. | Jarkko Hietaniemi | 2003-09-08 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@21066 | ||||
* | Test skeleton for debugger commands | Andreas König | 2003-09-07 | 2 | -0/+133 |
Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de> With minor adjustments p4raw-id: //depot/perl@21065 |