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

Implement TR_Debug::getRealRegisterName() for AArch64 #6871

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Jan 31, 2023

This commit implements TR_Debug::getRealRegisterName() for AArch64.

Signed-off-by: KONNO Kazuhiro [email protected]

This commit implements TR_Debug::getRealRegisterName() for AArch64.

Signed-off-by: KONNO Kazuhiro <[email protected]>
@knn-k
Copy link
Contributor Author

knn-k commented Jan 31, 2023

Jenkins build aarch64,amac

@knn-k
Copy link
Contributor Author

knn-k commented Jan 31, 2023

The amac build machine is unavailable.

mac11-aarch64-08 is offline

The failure on x86 macOS is independent of this PR. See Issue #6516.

32: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:1209: Failure
32:       Expected: rc
32:       Which is: 1
32: To be equal to: 2
32: [  FAILED  ] PortSockTest.poll_functionality_basic (1109 ms)
32: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:51: Failure
32:       Expected: privateOmrPortLibrary->sock_bind(privateOmrPortLibrary, *serverSocket, serverSockAddr)
32:       Which is: -506
32: To be equal to: 0
32: /Users/runner/work/1/s/fvtest/porttest/omrsockTest.cpp:1259: Failure
32:       Expected: privateOmrPortLibrary->sock_accept(privateOmrPortLibrary, serverSocket, &connectedServerSockAddr, &connectedServerSocket)
32:       Which is: -20
32: To be equal to: 0
32: [  FAILED  ] PortSockTest.poll_functionality_many_sockets (1 ms)

@0xdaryl
Copy link
Contributor

0xdaryl commented Feb 1, 2023

Jenkins build amac

@0xdaryl
Copy link
Contributor

0xdaryl commented Feb 1, 2023

This is an ARM-specific change. I'm satisfied that the Linux build passed. Merging.

@0xdaryl 0xdaryl self-assigned this Feb 1, 2023
@0xdaryl 0xdaryl merged commit b7efecf into eclipse:master Feb 1, 2023
@knn-k knn-k deleted the aarch64realRegName branch February 1, 2023 23:47
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.

2 participants