summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llleap_test.cpp
AgeCommit message (Expand)Author
2020-03-25DRTVWR-494: Defend LLInstanceTracker against multi-thread usage.Nat Goodspeed
2019-08-10DRTVWR-493: Introduce test catch_what(), catch_llerrs() functions.Nat Goodspeed
2018-12-14SL-10153: Review and rationalize fetching paths from environment.Nat Goodspeed
2016-07-21MAINT=6585: remove extraneous path manipulation from llleap_testGlenn Glazer
2016-07-21MAINT=6585: fix llleap_test to use llbase not indra.baseGlenn Glazer
2016-03-16merge changes for DRTVWR-417Oz Linden
2015-11-18WOLF-300: Try using a smaller data volume for LLLeap tests on Windows.Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-01-12Experimentally try full-size LLLeap stream test on Windows.Nat Goodspeed
2014-12-12Eliminate use of boost::lambda with boost::function (Trac #10864).Nat Goodspeed
2013-08-23BUILDFIX: fix for crashes in unit tests on mac and linuxRichard Linden
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-01remove use of system llbase module in integration tests; always use the one f...Oz Linden
2012-03-15On Windows, make "very large message" test ridiculously small.Nat Goodspeed
2012-03-14Backed out changeset 22664c76b59e (reinstate Windows pipe workaround)Nat Goodspeed
2012-03-14Backed out changeset 51205a909e2c (Windows APR pipe bug workaround)Nat Goodspeed
2012-03-14On Windows, try cutting down the size of a "very large message."Nat Goodspeed
2012-03-13If very-large-message test fails, search for a size that works.Nat Goodspeed
2012-03-13Increase timeout for very-large-message test.Nat Goodspeed
2012-03-05Additional diagnostic code to track down strange Windows pipe error.Nat Goodspeed
2012-03-04Simplify llleap_test.cpp plugin by reading individual characters.Nat Goodspeed
2012-03-04Make llleap_test.cpp avoid hard limit on MSVC std::ostringstream max.Nat Goodspeed
2012-03-03Add debugging output in case LLLeap writes corrupt data to plugin.Nat Goodspeed
2012-03-02Add LLLeap unit test for invalid length prefix from child stdout.Nat Goodspeed
2012-03-02Add LLLeap unit tests for strange data on child stdout.Nat Goodspeed
2012-03-02Add "load test" LLLeap unit tests: many small messages, one large.Nat Goodspeed
2012-03-02Drag in Python llsd module, which greatly simplifies tests.Nat Goodspeed
2012-03-01Refactor llleap_test.cpp to streamline adding more unit tests.Nat Goodspeed
2012-03-01Add LLLeap class, initial implementation, initial unit tests.Nat Goodspeed