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

tests: 64-bit support preparations #20276

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

fzi-haxel
Copy link
Contributor

@fzi-haxel fzi-haxel commented Jan 19, 2024

Contribution description

Part 3 of the 64-bit preparation. This PR contains the changes to tests.
The bulk of the changes are related to void* casting and print formatting.

Other relevant changes are:

  • net/gnrc_sixlowpan_frag_*: Generalized packet size calculation
  • cpu/native_backtrace: Reduced required backtrace size to 3 for 64-bit
  • periph/flashpage: Simplified test
  • unittests/tests-pktbuf: Generalized alignment
  • sys/architecture: Extended test for 64-bit
  • lua: Increased LUA_MEM_SIZE for 64 bit

The commits are part of this patch series

Testing procedure

All tests and applications should remain unchanged for existing platforms.

Issues/PRs references

See also #19890, #20154, #20257, and #20271

@github-actions github-actions bot added Area: tests Area: tests and testing framework Area: examples Area: Example Applications labels Jan 19, 2024
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 19, 2024
@riot-ci
Copy link

riot-ci commented Jan 19, 2024

Murdock results

✔️ PASSED

c4a8b94 lua: Increased LUA_MEM_SIZE for 64 bit

Success Failures Total Runtime
577 0 577 01m:46s

Artifacts

Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

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

Please squash

Fixed compilation errors. Mostly DEBUG/printf formatting and void pointer casting.

Other changes are:
* net/gnrc_sixlowpan_frag_*: Generalized packet size calculation
* cpu/native_backtrace: Reduced required backtrace size to 3 for 64-bit
* periph/flashpage: Simplified test
* unittests/tests-pktbuf: Generalized alignment
* sys/architecture: Extended test for 64-bit
@fzi-haxel
Copy link
Contributor Author

Squashed and rebased on upstream/master.

@benpicco benpicco added this pull request to the merge queue Jan 30, 2024
Merged via the queue into RIOT-OS:master with commit 1ee9985 Jan 30, 2024
25 checks passed
@fzi-haxel fzi-haxel deleted the native64-part3 branch January 30, 2024 13:17
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: examples Area: Example Applications Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants