Skip to content

Commit

Permalink
Add reference to the Solaris bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Nov 23, 2009
1 parent 6351cb2 commit ddd735b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-11-22 Bruno Haible <bruno@clisp.org>

* tests/check-subst: Add reference to the Solaris printf bug.
Reported by Dagobert Michelsen <dagobert@familie-michelsen.de>.

2009-09-01 Bruno Haible <bruno@clisp.org>

* README.woe32: Put the -mno-cygwin option into CC and CXX.
Expand Down
3 changes: 3 additions & 0 deletions tests/check-subst
Expand Up @@ -52,6 +52,7 @@ Böse Bübchen
EOF
$iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out
# This printf command crashes on Solaris 10.
# See <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204>.
if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then
cmp tmp-out tmp-ok
fi
Expand Down Expand Up @@ -97,6 +98,7 @@ Böse Bübchen
EOF
$iconv --unicode-subst='<U+%010000X>' -f UTF-8 -t ASCII < tmp-in > tmp-out
# This printf command crashes on Solaris 10.
# See <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204>.
if printf 'B<U+%010000X>se B<U+%010000X>bchen\n' 0x00F6 0x00FC > tmp-ok 2>/dev/null; then
cmp tmp-out tmp-ok
fi
Expand All @@ -106,6 +108,7 @@ Böse Bübchen
EOF
$iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out
# This printf command crashes on Solaris 10.
# See <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204>.
if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then
cmp tmp-out tmp-ok
fi
Expand Down

0 comments on commit ddd735b

Please sign in to comment.