Skip to content

Commit f021212

Browse files
committed
[ItaniumDemangle][test] Turn ItaniumDemangle tests in LLVM unit-tests
1 parent 4560ff8 commit f021212

File tree

4 files changed

+30446
-30409
lines changed

4 files changed

+30446
-30409
lines changed

libcxxabi/src/demangle/README.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ shared demangler library.
5252
Testing
5353
-------
5454

55-
The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and
56-
llvm/unittests/Demangle. The llvm directory should only get tests for stuff not
57-
included in the core library. In the future though, we should probably move all
58-
the tests to LLVM.
55+
The main ItaniumDemangle test-siute lives in llvm/unittests/Demangle/.
56+
The libcxxabi/test/{unit,}test_demangle.cpp test tests basic functionality
57+
of __cxa_demangle.
5958

6059
It is also a really good idea to run libFuzzer after non-trivial changes, see
6160
libcxxabi/fuzz/cxa_demangle_fuzzer.cpp and https://llvm.org/docs/LibFuzzer.html.

0 commit comments

Comments
 (0)