[all-commits] [llvm/llvm-project] 63a4fe: [RFC][libc++] Testing feature test macro script.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Jul 4 05:09:43 PDT 2024
Branch: refs/heads/users/mordante/tests_feature_test_macro_script
Home: https://github.com/llvm/llvm-project
Commit: 63a4fe67fb33acb66793c495722ab680de6220af
https://github.com/llvm/llvm-project/commit/63a4fe67fb33acb66793c495722ab680de6220af
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-04 (Thu, 04 Jul 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: 49c0d92a456f76f3aa086fbdb376d83c115df40d
https://github.com/llvm/llvm-project/commit/49c0d92a456f76f3aa086fbdb376d83c115df40d
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-04 (Thu, 04 Jul 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: 4eaacab3b225a2cf55e74bfdc62d20d1fb81355c
https://github.com/llvm/llvm-project/commit/4eaacab3b225a2cf55e74bfdc62d20d1fb81355c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-04 (Thu, 04 Jul 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.
Commit: c8dd9ad525b59d3630f85d207df7d1b7da80015e
https://github.com/llvm/llvm-project/commit/c8dd9ad525b59d3630f85d207df7d1b7da80015e
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M libcxx/test/libcxx/feature_test_macro/implemented_ftms.sh.py
M libcxx/test/libcxx/feature_test_macro/standard_ftms.sh.py
M libcxx/test/libcxx/feature_test_macro/std_dialects.sh.py
A libcxx/test/libcxx/feature_test_macro/test_data.json
R libcxx/utils/data/feature_test_macros/test_data.json
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
Address review comments.
Compare: https://github.com/llvm/llvm-project/compare/0a37d12cec33...c8dd9ad525b5
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