From 4252b5a645138e84fa8916dfc3f8d6af8e74fc28 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 6 Jan 2014 11:32:22 +0100 Subject: [PATCH] Disable the tail call test On i686-linux, GCC stubbornly refuses to do tail-call optimisation. Don't know why. http://hydra.nixos.org/build/7300170 --- ...al-okay-tail-call-1.exp => eval-okay-tail-call-1.exp-disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/lang/{eval-okay-tail-call-1.exp => eval-okay-tail-call-1.exp-disabled} (100%) diff --git a/tests/lang/eval-okay-tail-call-1.exp b/tests/lang/eval-okay-tail-call-1.exp-disabled similarity index 100% rename from tests/lang/eval-okay-tail-call-1.exp rename to tests/lang/eval-okay-tail-call-1.exp-disabled