Skip to content
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

Re-enable omrport tests on all platforms #6533

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented May 30, 2022

Failing tests are disabled, and they are tracked via: #6542.

Signed-off-by: Babneet Singh sbabneet@ca.ibm.com

@babsingh
Copy link
Contributor Author

jenkins build all

@babsingh
Copy link
Contributor Author

jenkins build all

Failing tests are disabled and tracked via:
- eclipse#6542

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
@babsingh babsingh changed the title [Don't merge] Test Port-Library PRs Re-enable omrport tests on all platforms Jun 1, 2022
@babsingh
Copy link
Contributor Author

babsingh commented Jun 1, 2022

jenkins build all

@babsingh
Copy link
Contributor Author

babsingh commented Jun 1, 2022

jenkins build zos

@babsingh
Copy link
Contributor Author

babsingh commented Jun 1, 2022

@dsouzai Can you help with reviewing/merging this PR?

Comment on lines +192 to +196
set(EXCLUDE_LIST "${EXCLUDE_LIST}-PortFileTest2.file_test20")
set(EXCLUDE_LIST "${EXCLUDE_LIST}:PortFileTest2.file_test21")
set(EXCLUDE_LIST "${EXCLUDE_LIST}:PortFileTest2.file_test22")
set(EXCLUDE_LIST "${EXCLUDE_LIST}:PortFileTest2.file_test23")
set(EXCLUDE_LIST "${EXCLUDE_LIST}:PortFileTest2.file_test24")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each if/elseif block corresponds to a platform/spec in order to keep the exclude-list easy to read. This leads to duplicates. Avoiding the duplicates will lead to extra logic, which will make it difficult to comprehend the exclude-list.

Copy link
Member

@dsouzai dsouzai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; all tests pass and I see the excluded tests in the console output.

@dsouzai dsouzai merged commit 6ef36a3 into eclipse:master Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants