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

AArch64: Disable j9sysinfo_test_get_levels_and_types() #8711

Merged
merged 1 commit into from Mar 12, 2020

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Mar 2, 2020

This commit disables running j9sysinfo_test_get_levels_and_types()
on AArch64.

Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com

@knn-k
Copy link
Contributor Author

knn-k commented Mar 2, 2020

Related PR: #8617

@@ -2273,7 +2273,7 @@ j9sysinfo_runTests(struct J9PortLibrary *portLibrary, char *argv0)
rc |= j9sysinfo_test_get_groups(portLibrary);
#endif /* !(defined(WIN32) || defined(WIN64)) */
rc |= j9sysinfo_test_get_l1dcache_line_size(portLibrary);
#if !(defined(LINUXPPC) || defined(S390) || defined(J9ZOS390) || defined(J9ARM) || defined(OSX))
#if !(defined(LINUXPPC) || defined(S390) || defined(J9ZOS390) || defined(J9ARM) || defined(J9AARCH64) || defined(OSX))
rc |= j9sysinfo_test_get_levels_and_types(portLibrary);
#endif /* !(defined(LINUXPPC) || defined(S390) || defined(J9ZOS390) || defined(J9ARM) || defined(OSX)) */
Copy link
Contributor

Choose a reason for hiding this comment

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

You should update this closing comment as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the comment part.

@DanHeidinga
Copy link
Member

Is there an issue for tracking re-enabling this test?

This commit disables running j9sysinfo_test_get_levels_and_types()
on AArch64.

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k
Copy link
Contributor Author

knn-k commented Mar 2, 2020

@DanHeidinga I opened #8723 for tracking.

@knn-k
Copy link
Contributor Author

knn-k commented Mar 3, 2020

jenkins test sanity alinux64 jdk11

@knn-k
Copy link
Contributor Author

knn-k commented Mar 5, 2020

There are 3 failures in the test result. They are addressed by #8617 and #8651.

@knn-k
Copy link
Contributor Author

knn-k commented Mar 10, 2020

I would like this PR to be merged if it is OK.

@0xdaryl
Copy link
Contributor

0xdaryl commented Mar 12, 2020

@DanHeidinga : any objections if we merge this?

@DanHeidinga
Copy link
Member

@DanHeidinga : any objections if we merge this?

My concern about the reminder issue has been addressed so I don't object (though I haven't reviewed the code)

Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

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

Never mind, it's two lines - I have reviewed it and have no objections :)

@0xdaryl 0xdaryl self-assigned this Mar 12, 2020
@0xdaryl 0xdaryl merged commit f145f80 into eclipse-openj9:master Mar 12, 2020
@knn-k knn-k deleted the aarch64test2 branch March 12, 2020 22:02
@smlambert smlambert added this to Done in OpenJ9 Test May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
OpenJ9 Test
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants