aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/LocaleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-081-20/+20
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-081-4/+8
* Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...Alexander Kornienko2013-08-071-3/+2
* Use correct platform detection macro: __MACOSX__ -> __APPLE__Alexander Kornienko2013-08-071-6/+6
* Disable tests on WIN32 (which has incorrect implementation of isPrint andAlexander Kornienko2013-08-071-0/+15
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-071-0/+86