summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-7306: Conditional compile mismatch in broker and common libs.Alan Conway2016-06-221-2/+0
* QPID-7281: Various fixes for the tests on windowsJustin Ross2016-06-015-23/+91
* QPID-7281: Prevent shlex.split from removing backslashesJustin Ross2016-05-261-1/+1
* QPID-7234: check handler is not null (as it will be when releasing unused pre...Gordon Sim2016-05-231-0/+21
* QPID-7207: Make call_for_output Python 2.6 compatibleJustin Ross2016-05-111-3/+19
* QPID-7207: Found another variant of this leakJustin Ross2016-05-031-4/+0
* QPID-7207: Account for another variant of the createQueue leakJustin Ross2016-05-011-1/+0
* QPID-7240: use protper cursor type when purging priority levelsGordon Sim2016-04-291-0/+40
* QPID-7207: Remove a duplicate suppression and expand the applicability of ano...Justin Ross2016-04-291-11/+2
* QPID-7207: Even more liberal suppressionsJustin Ross2016-04-291-12/+1
* QPID-7207: Keep going if CERTUTIL is not setJustin Ross2016-04-281-1/+1
* QPID-7207: More valgrind suppressionsJustin Ross2016-04-281-0/+27
* QPID-7234: add testGordon Sim2016-04-281-0/+30
* NO-JIRA: increase the auto-delete timeout to ensure that it never fires even ...Gordon Sim2016-04-281-5/+5
* QPID-7233: limit capacity to messages only if message count is non-zeroGordon Sim2016-04-281-1/+1
* QPID-7207: Remove match-leak-kinds from suppressions; it's supported only in ...Justin Ross2016-04-281-5/+0
* QPID-7207: Make the provisional suppressions even more permissiveJustin Ross2016-04-271-8/+8
* QPID-7207: Add a missing importJustin Ross2016-04-271-0/+1
* QPID-7207: Skip some tests when the swigged python client is not availableJustin Ross2016-04-272-19/+29
* QPID-7207: Make the suppressions general wrt starting as a thread or the main...Justin Ross2016-04-271-7/+0
* QPID-7207: Add provisional valgrind suppressionsJustin Ross2016-04-262-0/+74
* QPID-7207: Make the test-time dependency check script executableJustin Ross2016-04-261-0/+0
* QPID-7207: Make env.sh compatible with -e scriptsJustin Ross2016-04-261-1/+3
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-261-1/+1
* QPID-7207: Avoid use of Popen with shell=True; on some platforms it prevents ...Justin Ross2016-04-211-14/+17
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-2119-100/+100
* QPID-7207: Create independent cpp and python subtrees, with content from tool...Justin Ross2016-04-2180-2576/+2411
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-301-0/+24
* QPID-7148: Update CMake files to use better more modern style and featuresAndrew Stitcher2016-03-162-50/+18
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-101-0/+18
* QPID-7130: added test for retrieving authenticated username when using sslGordon Sim2016-03-082-0/+10
* QPID-7100: Don't divide by zero when nsubs is 0 in shared mode. Patch from yu...Gordon Sim2016-03-021-2/+2
* QPID-7076: Avoid error with qpid-cpp-benchmark with 0 senders. Patch from yue...Gordon Sim2016-02-191-3/+6
* QPID-6754: ensure anonymous-relay doesn't expose ability to detect whether or...Gordon Sim2015-11-261-0/+18
* QPID-6754: some AMQP 1.0 based acl tests including for 'anonymous relay' pseu...Gordon Sim2015-11-264-76/+482
* QPID-6717: Change Selector beaviour and tests to accord with consensus semanticsAndrew Stitcher2015-09-041-1/+9
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-032-188/+20
* QPID-6718: Complete parsing for all styles of numeric literalsAndrew Stitcher2015-09-021-2/+36
* QPID-6717: Unit tests to demonstrate the issue (or not!)Andrew Stitcher2015-09-021-0/+17
* NO-JIRA: Trivial update to work with changed Boost 1.59 Test library.Andrew Stitcher2015-08-201-1/+1
* NO-JIRA: fix tests for python 2.4Gordon Sim2015-05-201-2/+2
* NO-JIRA: Fix test bugs in ha_tests and interop_testAlan Conway2015-05-192-1/+3
* NO-JIRA: make qpid-send send as string not binaryGordon Sim2015-05-151-2/+11
* QPID-6537: [Windows warning] avoid implicit conversion double->floatCharles E. Rolke2015-05-121-3/+3
* NO-JIRA: Fix floating point FieldValue tests to work on older compilers/boost...Alan Conway2015-05-071-8/+8
* QPID-6470: Fix float conversion problems.Alan Conway2015-04-162-21/+22
* QPID-6470: fix stray letters from commit 1671125Charles E. Rolke2015-04-061-1/+1
* QPID-6399: Fix store tests for run_test option syntax change.Alan Conway2015-04-032-4/+4
* QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-031-34/+36
* NO-JIRA: Fix race condition in HA tests, remove useless test.Alan Conway2015-04-031-21/+6