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

[CI] Test ARM64 build with GithubActions #1166

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

hugsy
Copy link
Owner

@hugsy hugsy commented Jan 18, 2025

Description

Ubuntu ARM runners are now available. Add them to the test suite.

Note: the following tests are marked as skipped for aarch64 since they failed on CI (but work locally). Will revisit later

  • test_func_parse_maps_remote_qemu
  • test_func_parse_maps_realpath
  • test_cmd_heap_bins_tcache
  • test_cmd_heap_bins_tcache_all
  • test_can_establish_connection_to_gdbserver_again_after_disconnect

Checklist

  • My code follows the code style of this project.
  • My change includes a change to the documentation, if required.
  • If my change adds new code, adequate tests have been added.
  • I have read and agree to the CONTRIBUTING document.

@hugsy hugsy changed the title Test arm on gh [CI] Test ARM64 build with GithubActions Jan 18, 2025
Copy link

🤖 Coverage update for f3aea34 🟢

Old New
Commit ed10244 f3aea34
Score 71.0959% 71.0959% (0)

Copy link

🤖 Coverage update for f3aea34 🟢

Old New
Commit ed10244 f3aea34
Score 71.0959% 71.1345% (0.0386)

Copy link

github-actions bot commented Feb 9, 2025

🤖 Coverage update for 1849ffe 🟢

Old New
Commit ed10244 1849ffe
Score 71.1152% 71.1152% (0)

1 similar comment
Copy link

github-actions bot commented Feb 9, 2025

🤖 Coverage update for 1849ffe 🟢

Old New
Commit ed10244 1849ffe
Score 71.1152% 71.1152% (0)

Copy link

github-actions bot commented Feb 9, 2025

🤖 Coverage update for c142dab 🟢

Old New
Commit ed10244 c142dab
Score 71.1152% 71.1345% (0.0193)

Copy link

github-actions bot commented Feb 9, 2025

🤖 Coverage update for c142dab 🟢

Old New
Commit ed10244 c142dab
Score 71.1152% 71.1538% (0.0386)

@hugsy hugsy marked this pull request as ready for review February 9, 2025 19:34
Copy link

🤖 Coverage update for a134540 🟢

Old New
Commit ed10244 a134540
Score 71.0907% 71.0907% (0)

1 similar comment
Copy link

🤖 Coverage update for a134540 🟢

Old New
Commit ed10244 a134540
Score 71.0907% 71.0907% (0)

@@ -292,6 +294,7 @@ def setUp(self) -> None:
self.expected_tcache_bin_size = 0x20 if ARCH == "i686" or is_64b() else 0x18
return super().setUp()

@pytest.mark.skipif(ARCH not in ("i686", "x86_64"), reason=f"Skipped for {ARCH}")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this still arch specific? Do you have an arm machine to test on? would be nice if it at least passed locally.

I am setting up a raspberry pi in the next few days for something related, I should be able to test if you can wait.

Copy link
Owner Author

Choose a reason for hiding this comment

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

No problem, it can wait but I'm happy to re-test on my devices too

Copy link

🤖 Coverage update for a5c00d2 🟢

Old New
Commit ed10244 a5c00d2
Score 71.0732% 71.0732% (0)

1 similar comment
Copy link

🤖 Coverage update for a5c00d2 🟢

Old New
Commit ed10244 a5c00d2
Score 71.0732% 71.0732% (0)

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