Shopify / liquid-c

Liquid performance extension in C.
MIT License
120 stars 25 forks source link

test_helper: skip GC compaction on unsupported platforms #180

Closed terceiro closed 2 years ago

terceiro commented 2 years ago

Not all platforms support GC compaction (e.g. 64-bit little endian PowerPC, ppc64el on Debian/Ubuntu). Handling NotImplementedError when enabling it allows us to run the test suite on those platforms.