llvm-project/libcxx/test/std/experimental/memory
Volodymyr Sapsai d1df7b7ee7 Mark the test using <experimental/memory_resource> to require c++experimental.
When built against the old libc++ version the test was causing linker error

Undefined symbols for architecture x86_64:
  "std::experimental::fundamentals_v1::pmr::new_delete_resource()", referenced from:
      void test_evil<WidgetV0, WidgetV0>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV1>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV2>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV3>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV0>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV1>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV2>() in construct_piecewise_pair_evil.pass.cpp.o
      ...

llvm-svn: 334431
2018-06-11 19:42:27 +00:00
..
memory.polymorphic.allocator.class Mark the test using <experimental/memory_resource> to require c++experimental. 2018-06-11 19:42:27 +00:00
memory.resource [libcxx] [test] Make files consistently end with newlines, NFC. 2017-07-29 00:55:22 +00:00
memory.resource.adaptor Fix bug in test allocator that incorrectly computed the allocation size 2016-05-30 01:31:04 +00:00
memory.resource.aliases Found a couple bugs in the test suite. No functionality change. 2016-06-14 15:25:46 +00:00
memory.resource.global Add `REQUIRES: c++experimental` where appropriate. 2016-06-10 22:45:11 +00:00
memory.resource.synop
nothing_to_do.pass.cpp