From f9f77f2b936d5304f683b30376cbdd289e84c108 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 9 Mar 2020 18:38:28 +0100 Subject: [PATCH] Disable test that Stackoverflows locally This happens half of the time. We are on the edge of what the JIT can handle. Note that it stack overflows because the JIT missed some inlining oportunities. --- tests/{ => disabled}/neg/i3081.scala | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => disabled}/neg/i3081.scala (100%) diff --git a/tests/neg/i3081.scala b/tests/disabled/neg/i3081.scala similarity index 100% rename from tests/neg/i3081.scala rename to tests/disabled/neg/i3081.scala