phoenix-firestorm/indra/test
Nat Goodspeed e97c06cf0c On lluuidhashmap_tut<1> failure, save/reload data in temp file.
Generating new random data on every test run makes it impossible to debug a
test failure. While in general we do want to generate random data to
thoroughly exercise the generator logic, if every new run generates new data,
the only thing we can do about an observed failure is shrug and ignore it. Add
logic to save data on failure, with corresponding logic to notice and reload
from a previously-generated save file.
In case of a merge collision, this version SUPERCEDES my previous efforts with
this file. (My other changes may still be in a backed-up merge request.) It is
okay to resolve collisions in favor of this version.
2012-10-10 10:45:37 -04:00
..
CMakeLists.txt MAINT-1144: Break out llhttpclient_tut as standalone integration test. 2012-06-06 19:57:58 -04:00
blowfish.1.bin merge -r 57761:57967 im-email-session-3, removes database load from IM to email session tracking, introduces new format for email return addresses 2007-02-15 20:24:08 +00:00
blowfish.2.bin merge -r 57761:57967 im-email-session-3, removes database load from IM to email session tracking, introduces new format for email return addresses 2007-02-15 20:24:08 +00:00
blowfish.digits.txt merge -r 57761:57967 im-email-session-3, removes database load from IM to email session tracking, introduces new format for email return addresses 2007-02-15 20:24:08 +00:00
blowfish.pl Documented what we're testing and why. 2007-07-09 04:04:34 +00:00
catch_and_store_what_in.h Fix llprocess_test.cpp's exception catching for Linux. 2012-02-15 13:44:43 -05:00
debug.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
io.cpp Re-added some missing calls to apr_pool_destroy() that I failed to readd after the thread local storage rollback. Also added a call to LLProxy::cleanupClass() to prevent indra/test from segfaulting on exit. 2011-11-18 12:33:07 -05:00
llapp_tut.cpp Re-enabled llapp_tut.cpp test for testing. Copied llapp_tut.cpp from server directory. 2011-09-09 17:22:37 -04:00
llassetuploadqueue_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llblowfish_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llbuffer_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lldatapacker_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lldoubledispatch_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llevents_tut.cpp Update llevents_tut.cpp to use StringVec, not local StringList. 2012-02-24 16:02:39 -05:00
llhttpdate_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llhttpnode_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lliohttpserver_tut.cpp Re-added some missing calls to apr_pool_destroy() that I failed to readd after the thread local storage rollback. Also added a call to LLProxy::cleanupClass() to prevent indra/test from segfaulting on exit. 2011-11-18 12:33:07 -05:00
llmessageconfig_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmessagetemplateparser_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llpermissions_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llpipeutil.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llpipeutil.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsaleinfo_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llscriptresource_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsd_new_tut.cpp Automated merge with http://hg.secondlife.com/viewer-development 2011-12-01 16:53:28 -05:00
llsdmessagebuilder_tut.cpp Removed one ugly const_cast, the other one is needed for the time being. 2011-10-12 15:38:37 -04:00
llsdmessagereader_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsdtraits.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llsdutil_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llservicebuilder_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llstreamtools_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltemplatemessagebuilder_tut.cpp Merged with viewer-development. 2011-10-19 13:04:54 -04:00
lltimestampcache_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltranscode_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lltut.cpp LLSD-14: Bring over llsd.{h,cpp} enhancements from server-trunk. 2011-11-17 08:06:31 -05:00
lltut.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluserrelations_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lluuidhashmap_tut.cpp On lluuidhashmap_tut<1> failure, save/reload data in temp file. 2012-10-10 10:45:37 -04:00
llxorcipher_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
manageapr.h ManageAPR should be noncopyable. Make that explicit. 2012-02-06 17:06:55 -05:00
message_tut.cpp Introduces a LLThreadLocalData class that can be 2011-02-05 15:58:07 +01:00
mock_http_client.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
mock_http_client.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
namedtempfile.h Add NamedExtTempFile to invent arbitrary name with specified ext. 2012-03-01 14:37:41 -05:00
prim_linkability_tut.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
test.cpp integrate Nats improvements to test logging with mine 2012-06-26 09:41:35 -04:00
test.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
test_llmanifest.py STORM-937 : Fix python scripts shebang line and license header for consistency 2011-02-09 15:23:07 -08:00