[all-commits] [llvm/llvm-project] b5e896: [libc++][pstl] Remove c++98 from UNSUPPORTED annot...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Jul 29 11:17:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b5e896c0493d44c2d9819d584fe2814af7cfd476
      https://github.com/llvm/llvm-project/commit/b5e896c0493d44c2d9819d584fe2814af7cfd476
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M libcxx/test/std/numerics/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M pstl/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
    M pstl/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
    M pstl/test/pstl/header_inclusion_order_memory_0.pass.cpp
    M pstl/test/pstl/header_inclusion_order_memory_1.pass.cpp
    M pstl/test/pstl/header_inclusion_order_numeric_0.pass.cpp
    M pstl/test/pstl/header_inclusion_order_numeric_1.pass.cpp
    M pstl/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
    M pstl/test/std/algorithms/alg.merge/merge.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
    M pstl/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
    M pstl/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
    M pstl/test/std/algorithms/alg.sorting/sort.pass.cpp
    M pstl/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
    M pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
    M pstl/test/std/numerics/numeric.ops/scan.fail.cpp
    M pstl/test/std/numerics/numeric.ops/scan.pass.cpp
    M pstl/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
    M pstl/test/std/numerics/numeric.ops/transform_scan.pass.cpp
    M pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
    M pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
    M pstl/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp

  Log Message:
  -----------
  [libc++][pstl] Remove c++98 from UNSUPPORTED annotations

c++98 isn't used by the test suite anymore, only c++03 is.




More information about the All-commits mailing list