[all-commits] [llvm/llvm-project] 38aebe: [libc++] Move a bunch of tests from .sh.cpp to .pa...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Mar 31 11:20:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 38aebe5c04ab4cb3695dc1bcc60b9a7b55215aff
      https://github.com/llvm/llvm-project/commit/38aebe5c04ab4cb3695dc1bcc60b9a7b55215aff
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    A libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.pass.cpp
    R libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.sh.cpp
    A libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    R libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
    A libcxx/test/libcxx/experimental/language.support/support.coroutines/version.pass.cpp
    R libcxx/test/libcxx/experimental/language.support/support.coroutines/version.sh.cpp
    A libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    R libcxx/test/libcxx/input.output/filesystems/convert_file_time.sh.cpp
    A libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp
    R libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.sh.cpp
    A libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.pass.cpp
    R libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.sh.cpp
    A libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp
    R libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp
    A libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.pass.cpp
    R libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp

  Log Message:
  -----------
  [libc++] Move a bunch of tests from .sh.cpp to .pass.cpp

Using the ADDITIONAL_COMPILE_FLAGS annotation, it is possible to move
these tests from .sh.cpp to .pass.cpp, making them suitable for running
on remote hosts more easily.




More information about the All-commits mailing list