[all-commits] [llvm/llvm-project] 116738: [RFC][libc++] Testing feature test macro script.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Jun 12 11:13:43 PDT 2024
Branch: refs/heads/users/mordante/tests_feature_test_macro_script
Home: https://github.com/llvm/llvm-project
Commit: 11673813dcd2206e19bb99af750beee9dcee6913
https://github.com/llvm/llvm-project/commit/11673813dcd2206e19bb99af750beee9dcee6913
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-06-12 (Wed, 12 Jun 2024)
Changed paths:
A libcxx/test/libcxx/feature_test_macro_csv.sh.py
A libcxx/utils/data/feature_test_macros/test_data.json
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[RFC][libc++] Testing feature test macro script.
This is a proof-of-concept how we can test the script. Instead of storing
the data in the script it's stored in a JSON file so a different file can
be used for testing.
This is related to the RFC https://github.com/llvm/llvm-project/pull/89499
Commit: 8fa040ef8920c3f5f16d22fe207b077b63ca7671
https://github.com/llvm/llvm-project/commit/8fa040ef8920c3f5f16d22fe207b077b63ca7671
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-06-12 (Wed, 12 Jun 2024)
Changed paths:
A libcxx/test/libcxx/feature_test_macro/get_dialect_versions.sh.py
A libcxx/test/libcxx/feature_test_macro/get_std_dialect_versions.sh.py
A libcxx/test/libcxx/feature_test_macro/get_std_dialects.sh.py
A libcxx/test/libcxx/feature_test_macro/invalid.sh.py
R libcxx/test/libcxx/feature_test_macro_csv.sh.py
M libcxx/utils/data/feature_test_macros/test_data.json
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
Addresses review comments.
Commit: 3f7a465d4b9a21a17cf8cdd7bf3f887fd3eb80a9
https://github.com/llvm/llvm-project/commit/3f7a465d4b9a21a17cf8cdd7bf3f887fd3eb80a9
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-06-12 (Wed, 12 Jun 2024)
Changed paths:
R libcxx/test/libcxx/feature_test_macro/get_dialect_versions.sh.py
R libcxx/test/libcxx/feature_test_macro/get_std_dialect_versions.sh.py
R libcxx/test/libcxx/feature_test_macro/get_std_dialects.sh.py
A libcxx/test/libcxx/feature_test_macro/implemented_ftms.sh.py
M libcxx/test/libcxx/feature_test_macro/invalid.sh.py
A libcxx/test/libcxx/feature_test_macro/standard_ftms.sh.py
A libcxx/test/libcxx/feature_test_macro/std_dialects.sh.py
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
Addresses review comments.
Compare: https://github.com/llvm/llvm-project/compare/b820528915b2...3f7a465d4b9a
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list