Skip to content

community/hare: disable tests on aarch64

omni requested to merge omni/aports:disable-tests-hare into master

these tests are still failing on the package builder:

  Failures:
  bytes::rtokenize: bytes/tokenize.ha:137:28: slice or array access out of bounds
  strings::split: bytes/tokenize.ha:137:28: slice or array access out of bounds
  math::divu: math/uints.ha:597:15: assertion failed
  math::absi: math/ints.ha:77:15: assertion failed
  strconv::stoi: strconv/stoi.ha:72:15: assertion failed
  math::checked::sat_muli64: math/checked/saturating.ha:273:15: assertion failed
  math::checked::sat_subi64: math/checked/saturating.ha:163:15: assertion failed
  math::checked::sat_addi64: math/checked/saturating.ha:64:15: assertion failed
  crypto::math::lrot64: crypto/math/bits.ha:42:15: assertion failed

  545 passed; 9 failed; 7 skipped; 561 completed in 0.975885710s

disable tests for now and see if community/hare* will still build on build-3-21-aarch64

Merge request reports

Loading