[all-commits] [llvm/llvm-project] a42a58: [libc++] Mark some tests as unsupported on GCC 5

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Jul 8 09:02:59 PDT 2020


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

  Changed paths:
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp
    M libcxx/test/libcxx/utilities/variant/version.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp

  Log Message:
  -----------
  [libc++] Mark some tests as unsupported on GCC 5

There used to be a workaround where we'd pretend that GCC 5 didn't support
C++14 because it doesn't implement it properly. Since that workaround has
been removed (in 1eb211ada17a), we need to mark a few individual tests as
failing with GCC 5.




More information about the All-commits mailing list