Home | History | Annotate | only in /ndk/tests/device/test-gabi++
Up to higher level directory
NameDateSize
BROKEN_BUILD23-Apr-20156
jni/23-Apr-2015
README23-Apr-2015331

README

      1 This test is meant to test the GABI++ library which provides C++
      2 RTTI and exceptions support without using the GNU libsupc++.a
      3 
      4 This is really a way to check that the C++ compiler properly links against
      5 libgabi++_static and libgabi++_shared without any kind of conflict, and that
      6 dynamic_cast<> and try..throw..catch really work.
      7 
      8