Disable tests on WIN32 (which has incorrect implementation of isPrint and
authorAlexander Kornienko <alexfh@google.com>
Wed, 7 Aug 2013 00:41:18 +0000 (00:41 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 7 Aug 2013 00:41:18 +0000 (00:41 +0000)
commit31a4f1f1ea393d02f690c34afada455c1bd0a1b7
treed1a7c0ce0b9fda9de191770f7a6b0b746842ba0c
parent3e53241fea9c39789ec65c5814f69a2f1e4ab68e
Disable tests on WIN32 (which has incorrect implementation of isPrint and
columnWidth), and partially disable tests on MACOSX (which handles some
characters differently).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187842 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/LocaleTest.cpp