Skip to content

Conversation

nurupo
Copy link
Member

@nurupo nurupo commented Feb 17, 2024

save_compatibility_test was failing on big-endian systems, as it was written and tested on a little-endian system and savedata is not endianness portable[1].

[1] #2693


This change is Reviewable

@nurupo nurupo added the test Adding missing tests, refactoring tests; no production code change label Feb 17, 2024
@nurupo nurupo added this to the v0.2.19 milestone Feb 17, 2024
Copy link

codecov bot commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86f5e55) 73.14% compared to head (9a8dfa0) 73.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2696   +/-   ##
=======================================
  Coverage   73.14%   73.15%           
=======================================
  Files         149      149           
  Lines       30517    30517           
=======================================
+ Hits        22322    22325    +3     
+ Misses       8195     8192    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

save_compatibility_test was failing on big-endian systems, as it was
written and tested on a little-endian system and savedata is not
endianness portable[1].

[1] TokTok#2693
@nurupo nurupo force-pushed the fix-save-compatibility-test-big-endian branch from ae0c489 to 9a8dfa0 Compare February 18, 2024 00:51
@nurupo nurupo marked this pull request as ready for review February 18, 2024 01:06
@toktok-releaser toktok-releaser merged commit 9a8dfa0 into TokTok:master Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Adding missing tests, refactoring tests; no production code change
Development

Successfully merging this pull request may close these issues.

3 participants