diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 13:26:40 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 13:26:40 +0100 | 
| commit | fce2653f6b5e8ca3509d13e3449b1fdd2f5ff826 (patch) | |
| tree | 3e9b4bad3cb366dc522e49af5bb8b55d94758053 | |
| parent | 2fc77b8ee8184fe10c9f4da6ad79d80e89dc8a6b (diff) | |
SNOW-620 PARTIAL Infinite loop in LLSphere::getBoundingSphere
Neither the test nor the code being tested are good - the unit test can hang.  Skipping test for now, passing over to the sim maint backlog.
| -rw-r--r-- | indra/llmath/tests/mathmisc_test.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llmath/tests/mathmisc_test.cpp b/indra/llmath/tests/mathmisc_test.cpp index ea42f6e001..68d9ddc0fe 100644 --- a/indra/llmath/tests/mathmisc_test.cpp +++ b/indra/llmath/tests/mathmisc_test.cpp @@ -334,6 +334,8 @@ namespace tut  	template<> template<>  	void sphere_object::test<2>()  	{ +		skip("See SNOW-620.  Neither the test nor the code being tested seem good.  Also sim-only."); +  		// test LLSphere::getBoundingSphere()  		S32 number_of_tests = 100;  		S32 number_of_spheres = 10; | 
