summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Comment out more tests for charsets we don't supportJohn Mark Bell2008-11-161-35/+35
| | | | svn path=/trunk/iconv/; revision=5709
* Bring MacRoman test data into line with current mappings -- 0xDB should map ↵John Mark Bell2008-11-161-1/+1
| | | | | | to U+20AC (euro) and not U+00A4 (currency sign) svn path=/trunk/iconv/; revision=5708
* We don't support ISO-8859-6John Mark Bell2008-11-161-1/+1
| | | | svn path=/trunk/iconv/; revision=5700
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-142-10/+22
| | | | | | | | | | | | | Disable the UTF-8 test, as it currently fails: 1) A bug in UnicodeLib's UTF-8 decoder results in 0x80 being treated as valid input 2) There's no way of determining if U+FFFD was the result of invalid input or valid input which happened to decode to that codepoint 3) UnicodeLib drops U+FEFF on the floor Disable UCS-{2,4}{BE,LE}, as we don't support those encodings. svn path=/trunk/iconv/; revision=5694
* Ensure temporary data files are put in the right place.John Mark Bell2008-11-133-14/+16
| | | | | | Bail on the first error. svn path=/trunk/iconv/; revision=5693
* Import GNU libiconv testsuite, suitably hacked to fit into our buildsystem.John Mark Bell2008-11-13195-0/+454006
| | | | | | This still needs a bit of work, not least to get sensible automated testing. It currently requires manual inspection of the output, which isn't all that great. svn path=/trunk/iconv/; revision=5690
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-103-1/+24
| | | | svn path=/trunk/iconv/; revision=5679
* Import Iconv sourcesJohn Mark Bell2008-11-106-0/+784
svn path=/trunk/iconv/; revision=5677