Move UBSan test suite under test/
authorAlexey Samsonov <samsonov@google.com>
Fri, 14 Feb 2014 11:42:22 +0000 (11:42 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 14 Feb 2014 11:42:22 +0000 (11:42 +0000)
commitba869e79a050ada6a3a3fbeeb275313ab8fdf438
tree2a0fa6f117c0f095b8efdc446cb3e57c37616db5
parent05938a23f5fdf299bdbf1b7162ec71f0e600d9b3
Move UBSan test suite under test/

llvm-svn: 201401
36 files changed:
compiler-rt/CMakeLists.txt
compiler-rt/lib/ubsan/CMakeLists.txt
compiler-rt/lib/ubsan/lit_tests/CMakeLists.txt [deleted file]
compiler-rt/test/CMakeLists.txt
compiler-rt/test/ubsan/AsanConfig/lit.cfg [moved from compiler-rt/lib/ubsan/lit_tests/AsanConfig/lit.cfg with 100% similarity]
compiler-rt/test/ubsan/AsanConfig/lit.site.cfg.in [moved from compiler-rt/lib/ubsan/lit_tests/AsanConfig/lit.site.cfg.in with 100% similarity]
compiler-rt/test/ubsan/CMakeLists.txt [new file with mode: 0644]
compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Float/cast-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/add-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/add-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/div-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/div-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/div-zero.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/incdec-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/incdec-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/mul-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/mul-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/negate-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/negate-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/no-recover.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/no-recover.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/shift.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/shift.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/sub-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/sub-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/uadd-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/uadd-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/uincdec-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/umul-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/umul-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Integer/usub-overflow.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Integer/usub-overflow.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/bool.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/bool.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/bounds.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/bounds.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/deduplication.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/deduplication.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/enum.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/enum.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/missing_return.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/unreachable.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/unreachable.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/Misc/vla.c [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/Misc/vla.c with 100% similarity]
compiler-rt/test/ubsan/TestCases/TypeCheck/Function/function.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/Function/function.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/Function/lit.local.cfg with 100% similarity]
compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/misaligned.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/TypeCheck/null.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/null.cpp with 100% similarity]
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp [moved from compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/vptr.cpp with 100% similarity]
compiler-rt/test/ubsan/UbsanConfig/lit.cfg [moved from compiler-rt/lib/ubsan/lit_tests/UbsanConfig/lit.cfg with 100% similarity]
compiler-rt/test/ubsan/UbsanConfig/lit.site.cfg.in [moved from compiler-rt/lib/ubsan/lit_tests/UbsanConfig/lit.site.cfg.in with 100% similarity]
compiler-rt/test/ubsan/lit.common.cfg [moved from compiler-rt/lib/ubsan/lit_tests/lit.common.cfg with 100% similarity]