[libcxx-commits] [PATCH] D60537: [pstl] Do not inject execution policies into namespace ::pstl in the tests

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 10 13:18:25 PDT 2019


ldionne created this revision.
ldionne added reviewers: rodgert, MikeDvorskiy.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous.
Herald added a project: libc++.

Doing so makes the test suite test non-conforming behavior that neither
libc++ nor libstdc++ needs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60537

Files:
  pstl/include/pstl/internal/pstl_config.h
  pstl/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
  pstl/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
  pstl/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
  pstl/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
  pstl/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
  pstl/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
  pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
  pstl/test/std/numerics/numeric.ops/transform_scan.pass.cpp
  pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
  pstl/test/support/stdlib/execution

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60537.194579.patch
Type: text/x-patch
Size: 42636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190410/3d6a94ee/attachment-0001.bin>


More information about the libcxx-commits mailing list