1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

tests/functional/lang-gc: Disable for now

This commit is contained in:
Robert Hensing 2024-07-22 17:45:19 +02:00
parent 380becf0db
commit f2e0cecf34

View file

@ -9,6 +9,8 @@ source common.sh
set -o pipefail
skipTest "Too memory instensive for CI. Attempt to reduce memory usage was unsuccessful, because it made detection of the bug unreliable."
# Regression test for #11141. The stack pointer corrector assigned the base
# instead of the top (which resides at the low end of the stack). Sounds confusing?
# Stacks grow downwards, so that's why this mistake happened.