[libc++] Split up tests for <stdint.h> on AIX and make them AIX-independent
authorLouis Dionne <ldionne@apple.com>
Wed, 15 Apr 2020 16:23:11 +0000 (12:23 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 15 Apr 2020 16:43:35 +0000 (12:43 -0400)
commit40515b19b03728e4f58d199ec69e7d57822330f1
treee4c259aca4201d9598fb0a293121087109766e4f
parentefcf0985eef69127af0e5576f5977b0bb3f1a4a8
[libc++] Split up tests for <stdint.h> on AIX and make them AIX-independent

Avoid using <sys/types.h> in those tests so that we can run them on
non-AIX systems (otherwise this test is basically dead-code on all
the build bots I'm aware of). Also, split up the test to allow using
.compile.pass.cpp tests instead of .sh.cpp tests, since that is the
last test referencing the %{compile} substitution explicitly.
libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp [new file with mode: 0644]
libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp [moved from libcxx/test/std/depr/depr.c.headers/stdint_h.sh.cpp with 89% similarity]