[libc++] Move a bunch of tests from .sh.cpp to .pass.cpp
authorLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 18:09:09 +0000 (14:09 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 18:19:58 +0000 (14:19 -0400)
commit38aebe5c04ab4cb3695dc1bcc60b9a7b55215aff
treecafe5d0ac6db1d1faafb8a67fc8703fe7ec6c741
parent7b06cb4523083206ad79776c80a564cd26bd8326
[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.
libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.pass.cpp [moved from libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.sh.cpp with 93% similarity]
libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp [moved from libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp with 96% similarity]
libcxx/test/libcxx/experimental/language.support/support.coroutines/version.pass.cpp [moved from libcxx/test/libcxx/experimental/language.support/support.coroutines/version.sh.cpp with 92% similarity]
libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp [moved from libcxx/test/libcxx/input.output/filesystems/convert_file_time.sh.cpp with 99% similarity]
libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp [moved from libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.sh.cpp with 98% similarity]
libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.pass.cpp [moved from libcxx/test/libcxx/numerics/c.math/fdelayed-template-parsing.sh.cpp with 91% similarity]
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp [moved from libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp with 97% similarity]
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.pass.cpp [moved from libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp with 97% similarity]