Skip to content

tests: 64-bit support preparations#20276

Merged
benpicco merged 2 commits intoRIOT-OS:masterfrom
fzi-haxel:native64-part3
Jan 30, 2024
Merged

tests: 64-bit support preparations#20276
benpicco merged 2 commits intoRIOT-OS:masterfrom
fzi-haxel:native64-part3

Conversation

@fzi-haxel
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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

@github-actions github-actions bot added the Area: sys Area: System label Jan 29, 2024
@github-actions github-actions bot removed the Area: sys Area: System label Jan 30, 2024
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
Copy Markdown
Contributor Author

Squashed and rebased on upstream/master.

@benpicco benpicco enabled auto-merge January 30, 2024 09:09
@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
@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.

4 participants