Home | History | Annotate | only in /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr
Up to higher level directory
NameDateSize
nothing_to_do.pass.cpp21-Aug-2018372
README.TXT21-Aug-2018741
unique.ptr.class/21-Aug-2018
unique.ptr.create/21-Aug-2018
unique.ptr.dltr/21-Aug-2018
unique.ptr.special/21-Aug-2018

README.TXT

      1 Test Naming and Directory Structure
      2 ===================================
      3 
      4 The directory structure for the unique_ptr class templates differs from the
      5 normal test directory naming conventions (e.g. matching the stable name in the standard).
      6 
      7 Instead of having a [unique.ptr.single] and [unique.ptr.runtime] directory,
      8 each containing their own tests, a single directory, "unique.ptr.class",
      9 contains both sets of tests.
     10 
     11 This allows the common behavior of the two unique_ptr specializations to be
     12 tested in the same place without duplication.
     13 
     14 Tests specific to [unique.ptr.single] have the suffix ".single.pass.cpp"
     15 and those specific to [unique.ptr.runtime] are named "*.runtime.pass.cpp".
     16 Tests for both specializations are named normally.
     17