From 4252b5a645138e84fa8916dfc3f8d6af8e74fc28 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 6 Jan 2014 11:32:22 +0100 Subject: 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 --- tests/lang/eval-okay-tail-call-1.exp | 1 - tests/lang/eval-okay-tail-call-1.exp-disabled | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tests/lang/eval-okay-tail-call-1.exp create mode 100644 tests/lang/eval-okay-tail-call-1.exp-disabled (limited to 'tests') diff --git a/tests/lang/eval-okay-tail-call-1.exp b/tests/lang/eval-okay-tail-call-1.exp deleted file mode 100644 index f7393e847d34..000000000000 --- a/tests/lang/eval-okay-tail-call-1.exp +++ /dev/null @@ -1 +0,0 @@ -100000 diff --git a/tests/lang/eval-okay-tail-call-1.exp-disabled b/tests/lang/eval-okay-tail-call-1.exp-disabled new file mode 100644 index 000000000000..f7393e847d34 --- /dev/null +++ b/tests/lang/eval-okay-tail-call-1.exp-disabled @@ -0,0 +1 @@ +100000 -- cgit 1.4.1