generate_header_tests.py: Sort the header files ASCIIbetically.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Fri, 11 Dec 2020 19:31:54 +0000 (14:31 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 14 Dec 2020 14:56:07 +0000 (09:56 -0500)
commit2664f5d436522d52b0cc8c05ee76e4de8d93dad1
tree582f0c346ef4692c3871893f9817c7496472486d
parentb6f191741562ab32a3e210c8661df09b546275cc
generate_header_tests.py: Sort the header files ASCIIbetically.

Otherwise they come out in random (inode?) order.

Also `chmod +x` the generator, and re-run it. Somehow on Marek's
machine it produced \r\n line endings?! Open all files with
`newline='\n'` so that (if the Python3 docs are correct)
that won't happen again.

Differential Revision: https://reviews.llvm.org/D93137
libcxx/test/libcxx/double_include.sh.cpp
libcxx/test/libcxx/min_max_macros.compile.pass.cpp
libcxx/test/libcxx/no_assert_include.compile.pass.cpp
libcxx/utils/generate_abi_list.py
libcxx/utils/generate_feature_test_macro_components.py
libcxx/utils/generate_header_tests.py [changed mode: 0644->0755]