[GRASS-git] [OSGeo/grass] b585c8: grass.pygrass: Mark test_raster_region resampling ...

Edouard Choinière noreply at github.com
Tue Sep 8 03:34:06 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: b585c807a890630981154c50d79b97218ef0efdc
      https://github.com/OSGeo/grass/commit/b585c807a890630981154c50d79b97218ef0efdc
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2026-09-08 (Tue, 08 Sep 2026)

  Changed paths:
    M python/grass/pygrass/raster/testsuite/test_raster_region.py

  Log Message:
  -----------
  grass.pygrass: Mark test_raster_region resampling tests xfail on Windows (#7905)

Follow-up to #7902: fixing the resource leak there turned a fatal,
whole-file-crashing FERROR into three individually diagnosable
failures instead. The remaining issue is real but distinct from the
leak: the small region these tests set up isn't actually restricting
what RasterRow reads back (rast[0] comes back with roughly 100000
elements instead of 10).

Built GRASS locally and confirmed this is genuinely Windows-specific,
not a state leak reproducible here: the file passes reliably on Linux
both run in isolation and as part of the full 359-file gunittest suite
in sequence. Marking xfail on Windows per the existing convention
rather than guessing at a fix that can't be verified; needs
investigation with actual Windows access.



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list