Home | History | Annotate | only in /external/libcxx/test/std/utilities/smartptr/unique.ptr
Up to higher level directory
NameDateSize
nothing_to_do.pass.cpp22-Oct-2020372
README.TXT22-Oct-2020741
unique.ptr.class/22-Oct-2020
unique.ptr.create/22-Oct-2020
unique.ptr.dltr/22-Oct-2020
unique.ptr.special/22-Oct-2020

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