summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding/t
Commit message (Expand)AuthorAgeFilesLines
* Remove all "configured without perlio" test SKIPs from ext/PerlIO-*Nicholas Clark2021-09-162-9/+2
* PerlIO-encoding/t/encoding.t: improve test skipDavid Mitchell2019-07-111-5/+2
* (perl #131683) enable warnings for the block that tests for warningsTony Cook2019-02-251-0/+1
* don't clobber file bytes in :encoding layerZefram2018-02-161-1/+11
* Switch most open() calls to three-argument form.John Lightsey2016-12-232-8/+8
* PerlIO-encoding/t/fallback.t: test for warningDavid Mitchell2016-06-211-7/+14
* Fix Encode constant name usage: WARN_ON_ERROR --> WARN_ON_ERRSalvador Fandino2016-06-211-1/+1
* Properly duplicate PerlIO::encoding objectsVincent Pit2015-10-081-0/+35
* ext/PerlIO-encoding/t/encoding.t: Skip on EBCDICKarl Williamson2015-03-141-0/+4
* PerlIO-encoding/t/nolooping.t: Skip on EBCDIC platformKarl Williamson2015-03-141-4/+5
* PerlIO-encoding/t/encoding.t: Generalize for non-ASCII platformKarl Williamson2015-03-051-7/+4
* PerlIO::encoding:fallback.t: properly skip testsKarl Williamson2014-12-111-1/+2
* PerlIO::encoding:fallback.t: White-space onlyKarl Williamson2014-11-261-1/+1
* PerlIO::encoding:fallback.t: Don't use undefined subKarl Williamson2014-11-261-1/+4
* encoding.t: Skip 2 tests under debuggingFather Chrysostomos2012-12-041-0/+10
* Make PerlIO::encoding handle cowsFather Chrysostomos2012-10-151-1/+30
* Make PerlIO::encoding even more resilient to moving buffersFather Chrysostomos2012-10-151-5/+8
* Make PerlIO::encoding more resilient to buffer changesFather Chrysostomos2012-10-051-1/+65
* Convert ext/PerlIO-encoding/t/encoding.t to Test::More.Nicholas Clark2010-12-171-75/+35
* Convert Fcntl and PerlIO::encoding's tests to Test::More.Nicholas Clark2010-06-301-3/+1
* This test was incorrectly skipped because it couldn't locate Encode anymoreRafael Garcia-Suarez2009-09-131-5/+0
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-3/+1
* Rename ext/PerlIO/encoding to ext/PerlIO-encodingNicholas Clark2009-02-093-0/+279