Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Remove broken Ackerman.inf.java test

utdtt requested to merge fix/backstab into master

This test is actually wrong

  • It can terminate (thous is not an infinte loop)
  • It will crash with properly optimized code due to a huge call stack

This test assumes that the generated code is too slow to run into stack size problems before it runs into timeout problems

Merge request reports