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: Exclude gptest hardwareFloat tests #8710

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

knn-k
Copy link
Contributor

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

This commit excludes gptest hardwareFloat tests when the target is
an AArch64 platform.
AArch64 integer division instructions do not raise signals when the
divisor is zero.

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

This commit excludes gptest hardwareFloat tests when the target is
an AArch64 platform.
AArch64 integer division instructions do not raise signals when the
divisor is zero.

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

knn-k commented Mar 2, 2020

jenkins test sanity alinux64 jdk11

@knn-k
Copy link
Contributor Author

knn-k commented Mar 2, 2020

The two tests are excluded as expected:

[2020-03-02T10:56:44.351Z] Test excluded: hardwareFloat 
[2020-03-02T10:56:46.351Z] Test excluded: hardwareFloat thread

@0xdaryl
Copy link
Contributor

0xdaryl commented Mar 2, 2020

The PLTest failure is tracked by #8617.

@smlambert or @llxia , would you mind reviewing and merging this PR if you approve? Thanks.

@llxia
Copy link
Contributor

llxia commented Mar 2, 2020

LGTM.
Test_openjdk11_j9_sanity.functional_aarch64_linux_Personal failed due to other errors.

@llxia llxia merged commit 7373be6 into eclipse-openj9:master Mar 2, 2020
@knn-k knn-k deleted the aarch64test1 branch March 2, 2020 23:13
@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