summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llleap_test.cpp
AgeCommit message (Expand)Author
2024-05-16On Windows, defend test.cpp against structured exceptions too.Nat Goodspeed
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2023-09-07SL-18837: Merge branch 'main' into actionsNat Goodspeed
2023-07-10SL-18837: Revert "Force llprocess_test and llleap_test to use just 'python'."Nat Goodspeed
2023-07-08SL-18837: Force llprocess_test and llleap_test to use just 'python'.Nat Goodspeed
2023-07-07SL-18837: Partially revert e933ace, keeping useful tweaks.Nat Goodspeed
2023-06-06SL-18837: Ditch Boost.Phoenix implicit lambda syntax.Nat Goodspeed
2023-06-06SL-18837: NamedTempFile back to std::function, use boost::phoenix <<Nat Goodspeed
2023-06-05SL-18837: Try giving temp Python scripts a .py extension.Nat Goodspeed
2023-04-07Merge branch 'main' into marchcat/main-contrib-mergeAndrey Lihatskiy
2022-12-02SL-18330: Fix new C++ <-> Python LLSD compatibility tests.Nat Goodspeed
2022-10-11Replace llbase with llsd moduleSignal Linden
2022-08-26DRTVWR-568: More cleanup of deleted obsolete std library features.Nat Goodspeed
2022-08-23DRTVWR-558: Remove references to string join() per code review.Nat Goodspeed
2022-08-22DRTVWR-558: Fix builds on macOS 12.5 Monterey.Nat Goodspeed
2021-12-10SL-15742: Convert build scripts to Python 3Bennett Goble
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