From b7757611047e45a7157f6b05bd900505d1bf32d8 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 24 Jan 2013 00:31:42 +0000 Subject: Disable the not very useful infinite recursion co-op termination tests for now as they appear to cause failures with testing in jenkins. These tests are not very useful anyway as they never actually get a chance to try termination before the script runs out of stack --- .../ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Shared/Instance') diff --git a/OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs b/OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs index 52d75a0..3b13386 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs @@ -264,7 +264,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance.Tests TestStop(script); } - [Test] + // Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before + // termination can even be tried. +// [Test] public void TestStopOnInfiniteUserFunctionCallLoop() { TestHelpers.InMethod(); @@ -294,7 +296,9 @@ default TestStop(script); } - [Test] + // Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before + // termination can even be tried. +// [Test] public void TestStopOnInfiniteManualEventCallLoop() { TestHelpers.InMethod(); -- cgit v1.1