-
-
Notifications
You must be signed in to change notification settings - Fork 312
Semantic versioning update #5944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
9fa89ff
1bad14f
3430a90
de3e556
3f90c2e
2f0c195
ca59012
bfdb894
ead3be0
1cbd5c6
cf2fd38
67867cc
f0f259d
7d5cc9d
aacbf34
b9b6210
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -654,6 +654,7 @@ set_tests_properties (H5TEST-tcheck_version-major PROPERTIES | |
| if ("H5TEST-tcheck_version-major" MATCHES "${HDF5_DISABLE_TESTS_REGEX}") | ||
| set_tests_properties (H5TEST-tcheck_version-major PROPERTIES DISABLED true) | ||
| endif () | ||
| # minor + 1 should pass on non-develop branches | ||
|
||
| add_test (NAME H5TEST-tcheck_version-minor COMMAND $<TARGET_FILE:tcheck_version> "-tm") | ||
| set_tests_properties (H5TEST-tcheck_version-minor PROPERTIES | ||
| WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST | ||
|
|
@@ -663,12 +664,10 @@ set_tests_properties (H5TEST-tcheck_version-minor PROPERTIES | |
| if ("H5TEST-tcheck_version-minor" MATCHES "${HDF5_DISABLE_TESTS_REGEX}") | ||
| set_tests_properties (H5TEST-tcheck_version-minor PROPERTIES DISABLED true) | ||
| endif () | ||
| # release + 1 should pass on non-develop branches | ||
brtnfld marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| add_test (NAME H5TEST-tcheck_version-release COMMAND $<TARGET_FILE:tcheck_version> "-tr") | ||
| set_tests_properties (H5TEST-tcheck_version-release PROPERTIES | ||
| WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST | ||
| ENVIRONMENT "${CROSSCOMPILING_PATH}" | ||
| WILL_FAIL "true" | ||
| ) | ||
| if ("H5TEST-tcheck_version-release" MATCHES "${HDF5_DISABLE_TESTS_REGEX}") | ||
| set_tests_properties (H5TEST-tcheck_version-release PROPERTIES DISABLED true) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are H5E header files enough for committing changes?
I can see other modifications:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
process_source.sh runs trace, make_err, make_vers, make_overflow to update H5E headers and macros for the release branch. This is everything except autoreconf that the autogen.sh script ran before. I've added the macro types to be updated to the sentence about running bin/process.sh.