ldc-developers / ldc2.snap

Snap package definition for LDC, the LLVM-based D compiler
11 stars 4 forks source link

Disable lit-tests that fail for 32-bit builds #40

Closed WebDrake closed 6 years ago

WebDrake commented 6 years ago

This patch extends the install: scriptlet with a slightly brutal short term workaround: simply deleting the problem tests! This should enable the rest of the test suite to be run without problem.

Part of https://github.com/ldc-developers/ldc2.snap/issues/29.