diff options
author | Justin Clark-Casey (justincc) | 2013-01-24 00:31:42 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-24 00:31:42 +0000 |
commit | b7757611047e45a7157f6b05bd900505d1bf32d8 (patch) | |
tree | d21f4efa25be45b10ca93eb96f18b75da895fd5d /OpenSim/Region/ScriptEngine | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-b7757611047e45a7157f6b05bd900505d1bf32d8.zip opensim-SC_OLD-b7757611047e45a7157f6b05bd900505d1bf32d8.tar.gz opensim-SC_OLD-b7757611047e45a7157f6b05bd900505d1bf32d8.tar.bz2 opensim-SC_OLD-b7757611047e45a7157f6b05bd900505d1bf32d8.tar.xz |
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
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs | 8 |
1 files changed, 6 insertions, 2 deletions
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 | |||
264 | TestStop(script); | 264 | TestStop(script); |
265 | } | 265 | } |
266 | 266 | ||
267 | [Test] | 267 | // Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before |
268 | // termination can even be tried. | ||
269 | // [Test] | ||
268 | public void TestStopOnInfiniteUserFunctionCallLoop() | 270 | public void TestStopOnInfiniteUserFunctionCallLoop() |
269 | { | 271 | { |
270 | TestHelpers.InMethod(); | 272 | TestHelpers.InMethod(); |
@@ -294,7 +296,9 @@ default | |||
294 | TestStop(script); | 296 | TestStop(script); |
295 | } | 297 | } |
296 | 298 | ||
297 | [Test] | 299 | // Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before |
300 | // termination can even be tried. | ||
301 | // [Test] | ||
298 | public void TestStopOnInfiniteManualEventCallLoop() | 302 | public void TestStopOnInfiniteManualEventCallLoop() |
299 | { | 303 | { |
300 | TestHelpers.InMethod(); | 304 | TestHelpers.InMethod(); |