llvm-6502/unittests/Support
Alexander Kornienko 6cd4f2a2b3 Changed isPrint for U+00AD SOFT HYPHEN to return true.
Summary:
This is consistent with MacOSX implementation, and most terminals
actually display this character (checked on gnome-terminal, lxterminal, lxterm,
Terminal.app, iterm2). Actually, this is in line with the ISO Latin 1 standard
(ISO 8859-1), which defines it differently from the Unicode Standard. More
information here: http://www.cs.tut.fi/~jkorpela/shy.html

Reviewers: gribozavr, jordan_rose

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1310

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187949 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-08 01:10:50 +00:00
..
AlignOfTest.cpp
AllocatorTest.cpp
ArrayRecyclerTest.cpp
BlockFrequencyTest.cpp Fix a bad overflow check pointed out by Ben. 2013-06-28 21:51:18 +00:00
Casting.cpp Fix a regression I introduced back in r178147. 2013-07-18 02:42:40 +00:00
CMakeLists.txt Fix boolean logic in LockFileManager and test it 2013-08-07 01:22:04 +00:00
CommandLineTest.cpp Implement TokenizeWindowsCommandLine. 2013-07-30 19:03:20 +00:00
CompressionTest.cpp
ConstantRangeTest.cpp
ConvertUTFTest.cpp [Support] Add a Unicode conversion wrapper from UTF16 to UTF8 2013-07-16 17:14:33 +00:00
DataExtractorTest.cpp
EndianTest.cpp
ErrorOrTest.cpp
FileOutputBufferTest.cpp Add a convenience createUniqueDirectory function. 2013-06-27 03:45:31 +00:00
formatted_raw_ostream_test.cpp
IntegersSubsetTest.cpp
LeakDetectorTest.cpp
LocaleTest.cpp Changed isPrint for U+00AD SOFT HYPHEN to return true. 2013-08-08 01:10:50 +00:00
LockFileManagerTest.cpp Fix boolean logic in LockFileManager and test it 2013-08-07 01:22:04 +00:00
Makefile Update incorrect file headers. 2013-08-01 18:42:28 +00:00
ManagedStatic.cpp
MathExtrasTest.cpp
MD5Test.cpp
MemoryBufferTest.cpp Refactor the unit test for MemoryBuffer::getOpenFileSlice 2013-07-23 20:58:51 +00:00
MemoryTest.cpp
Path.cpp Fix windows' implementation of status when a file doesn't exist. 2013-07-31 00:10:25 +00:00
ProcessTest.cpp sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman! 2013-06-08 20:29:03 +00:00
ProgramTest.cpp Remove unused includes. 2013-06-26 13:54:34 +00:00
raw_ostream_test.cpp
RegexTest.cpp Introduce Regex::isLiteralERE function. 2013-08-05 17:47:59 +00:00
SwapByteOrderTest.cpp
TimeValueTest.cpp unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374. 2013-07-16 02:44:23 +00:00
ValueHandleTest.cpp
YAMLIOTest.cpp
YAMLParserTest.cpp