summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite hang on Win32 caused by change #23898Steve Hay2005-01-311-1/+1
| | | | | | ("perl -e sleep 3" does an indefinite sleep!) p4raw-link: @23898 on //depot/perl: 75af1a9c52a124d2be09fece4ba0d7bc6091ed01 p4raw-id: //depot/perl@23905
* [perl #33928] chomp() fails after alarm(), `sleep`Dave Mitchell2005-01-291-1/+9
| | | | | | PP_backtick's temp altering of PL_rs didn't restore after an exception p4raw-id: //depot/perl@23898
* Oops. Was forgetting to test n! N! v! V! in packNicholas Clark2005-01-271-3/+3
| | | p4raw-id: //depot/perl@23888
* Check that the warning behaviour on the modifiers !, < and > is as weNicholas Clark2005-01-271-1/+49
| | | | | expect it for this perl. p4raw-id: //depot/perl@23886
* Make the tests for the endianness modifiers < and >, and theNicholas Clark2005-01-271-44/+82
| | | | | | signnedness modifier ! conditional on perl version. Surprisingly little change needed. p4raw-id: //depot/perl@23884
* &_q needs to *globally* escape ' and \ in its substitution.Nicholas Clark2005-01-271-2/+2
| | | p4raw-id: //depot/perl@23883
* assorted tempfile clean-up in the test suiteCraig A. Berry2005-01-242-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41F407B5.7020106@mac.com> p4raw-id: //depot/perl@23874
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-10/+8
| | | | | (See discussion for bug [perl #31924]) p4raw-id: //depot/perl@23873
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+2
| | | | | | | | Message-Id: <41F1801C.3080201@iki.fi> Make buffer size estimates for utf8 case conversion less maximally pessimistic p4raw-id: //depot/perl@23857
* Name another pack testNicholas Clark2005-01-211-1/+1
| | | p4raw-id: //depot/perl@23850
* [perl #33892] Add Interix support Todd Vierling2005-01-212-1/+2
| | | | | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) p4raw-id: //depot/perl@23849
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-8/+10
| | | | | Message-ID: <20041013164018.GA32174@biff.bort.ca> p4raw-id: //depot/perl@23843
* Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32Yitzchak Scott-Thoennes2005-01-211-10/+16
| | | | | Message-ID: <20041221000856.GA2924@efn.org> p4raw-id: //depot/perl@23842
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-191-2/+3
| | | p4raw-id: //depot/perl@23827
* op/stat.t test 9 failing on recent cygwin snapshotsYitzchak Scott-Thoennes2005-01-191-1/+1
| | | | | Message-ID: <20050116183045.GA2768@efn.org> p4raw-id: //depot/perl@23821
* Better test diagnostics for the numbers tests.Nicholas Clark2005-01-141-6/+6
| | | | | | (Failure diagnostics were always good, but now the tests have names, which show even when they pass) p4raw-id: //depot/perl@23805
* Not a good idea to use unpack "H*" to peek at a scalar's internalNicholas Clark2005-01-131-9/+29
| | | | | representation. p4raw-id: //depot/perl@23790
* Fix bug 32294 - index()/rindex() ignore UTF8 flagNicholas Clark2005-01-111-4/+42
| | | | | | (for cases of mixed UTF8/bytes) Test code based on bug report by John Gardiner Myers p4raw-id: //depot/perl@23782
* t/op/split.t #11 nit on VMSCraig A. Berry2005-01-101-6/+2
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41E1C261.5020100@mac.com> Date: Sun, 09 Jan 2005 17:46:41 -0600 p4raw-id: //depot/perl@23779
* Need to close files before unlinking them on Win32Steve Hay2005-01-101-1/+2
| | | | | | (Various files created by test programs are left behind otherwise, and distclean doesn't clean them up) p4raw-id: //depot/perl@23778
* Add TODO tests for UTF8 encoded soft referencesNicholas Clark2005-01-061-1/+48
| | | p4raw-id: //depot/perl@23763
* Turn barewords into strings to run under strict subs.Nicholas Clark2005-01-061-13/+20
| | | | | Run under strict refs outside the soft reference tests. p4raw-id: //depot/perl@23760
* All tests now use test.plNicholas Clark2005-01-061-51/+57
| | | p4raw-id: //depot/perl@23759
* Start converting t/op/ref.t to use test.plNicholas Clark2005-01-061-72/+59
| | | p4raw-id: //depot/perl@23758
* Rafael spotted that my changes caused warnings. So clean up.Nicholas Clark2005-01-051-0/+1
| | | p4raw-id: //depot/perl@23747
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-041-4/+32
| | | | | Fix bug where 'assertion' was always rejected as invalid. p4raw-id: //depot/perl@23744
* Use the new ${^UTF8LOCALE} to make the test reliable.Nicholas Clark2005-01-041-9/+16
| | | p4raw-id: //depot/perl@23743
* Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16Tels2005-01-041-1/+6
| | | | | Message-Id: <200501011859.52858@bloodgate.com> p4raw-id: //depot/perl@23739
* Change 23727 broke code that relied on \ being escaped.Nicholas Clark2005-01-021-0/+31
| | | | | Fix this. *Everything* should work now. p4raw-id: //depot/perl@23730
* Change 23714 accidentally broke t/io/layers.t when testing withNicholas Clark2005-01-011-3/+9
| | | | | | | UTF8 locales and the -C flag. When UTF8 is flagged as enabled based on the locale, we have no perl space access to PL_utf8locale so assume for the moment that UTF8 is never conditionally enabled. p4raw-id: //depot/perl@23723
* Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³Nicholas Clark2004-12-311-1/+1
| | | p4raw-id: //depot/perl@23714
* Skip tests that binmode :utf8 if there is no perlioNicholas Clark2004-12-291-2/+16
| | | p4raw-id: //depot/perl@23706
* Oops. Forgot to uncomment the last set of Unicode values forNicholas Clark2004-12-291-2/+2
| | | | | testing. p4raw-id: //depot/perl@23704
* read (and presuambly sysread) would expose the UTF8 internals whenNicholas Clark2004-12-291-32/+35
| | | | | reading from a byte orientated file handle into a UTF8 scalar. p4raw-id: //depot/perl@23703
* Add a lot of tests for combinations of values, offsets and lengthsNicholas Clark2004-12-291-1/+58
| | | p4raw-id: //depot/perl@23702
* Convert op/read.t to use test.pl and make it stricture compliant.Nicholas Clark2004-12-291-7/+14
| | | p4raw-id: //depot/perl@23701
* $#a>>=1 relies on malloc wrap to avoid the segfault, so need toNicholas Clark2004-12-211-2/+6
| | | | | skip the test on platforms where it's not available p4raw-id: //depot/perl@23666
* bop.t follow-up to #23645Craig A. Berry2004-12-161-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41C1A16C.9040700@mac.com> p4raw-id: //depot/perl@23660
* Fix test added in change 23645 with an eval()Rafael Garcia-Suarez2004-12-141-1/+1
| | | p4raw-id: //depot/perl@23646
* Test patch for already-solved bug #33003,Rafael Garcia-Suarez2004-12-141-1/+5
| | | | | by Michael G Schwern. p4raw-id: //depot/perl@23645
* t/op/taint.t follow-up to #23635Craig A. Berry2004-12-131-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41BB287D.6090001@mac.com> p4raw-id: //depot/perl@23641
* Test rt.perl.org 5900Michael G. Schwern2004-12-101-1/+22
| | | | | Message-ID: <20041210031159.GA7629@windhund.schwern.org> p4raw-id: //depot/perl@23636
* [PATCH] cleanup t/op/taint.tMichael G. Schwern2004-12-102-427/+425
| | | | | | | | | | | Date: Fri, 10 Dec 2004 02:04:49 -0500 Message-ID: <20041210070448.GA22347@windhund.schwern.org> Subject: [PATCH] Add todo_skip() to test.pl From: Michael G Schwern <schwern@pobox.com> Date: Fri, 10 Dec 2004 04:27:06 -0500 Message-ID: <20041210092706.GA23378@windhund.schwern.org> p4raw-id: //depot/perl@23635
* Fix test to cope with the previous h2ph change.Rafael Garcia-Suarez2004-12-091-4/+4
| | | p4raw-id: //depot/perl@23629
* Fix another Win32 breakage caused by change 23554Steve Hay2004-12-061-1/+3
| | | p4raw-id: //depot/perl@23618
* sanity check the arguments to runperl(), to try to avoid itNicholas Clark2004-12-061-0/+8
| | | | | hanging waiting on STDIN for a script. p4raw-id: //depot/perl@23615
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-031-1/+10
| | | | | | | Since we still want "our $_" to be always forced to $main::_, deplace the forcing code at our-pad allocation time. (Making execution probably a tiny bit faster) p4raw-id: //depot/perl@23608
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-0/+3
| | | | | | From: Ingo Weinhold (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org> p4raw-id: //depot/perl@23584
* Upgrade to Test::Simple 0.53Rafael Garcia-Suarez2004-11-291-0/+2
| | | p4raw-id: //depot/perl@23566
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-231-1/+4
| | | | | after eval or require p4raw-id: //depot/perl@23528