Commit 1dee404
committed
rust-themis: Run the skipped tests on the 32bit
They were skipped because allocation on 32-bit platforms failed
while trying to allocate something bigger than 2GB. This is due to
usage of `.reserve` which panics if it couldn't fulfill the request.
Since we traversed to the rust 1.58, we now have the `try_*` methods,
including the `.try_reserve` which allows us handle panics gracefully.
I've tested it manually on pi4 and it works!1 parent 33204a9 commit 1dee404
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | 763 | | |
769 | 764 | | |
770 | 765 | | |
| |||
817 | 812 | | |
818 | 813 | | |
819 | 814 | | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | 815 | | |
826 | 816 | | |
827 | 817 | | |
| |||
0 commit comments