summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-01-08test: Add a test for subject_to_x509_name functionFrediano Ziglio3-2/+154
2018-12-17test-region: Add missing dependenciesFrediano Ziglio1-0/+1
2018-12-17test-marshaller: Make main declaration easierFrediano Ziglio1-1/+1
2018-12-17test-marshaller: Make test_overflow staticFrediano Ziglio1-1/+1
2018-10-15Create common header for demarshallers declarationsFrediano Ziglio1-1/+1
2018-08-16Fix flexible array buffer overflowFrediano Ziglio3-0/+18
2018-07-12tests: Join test-overflow and test-marshallersFrediano Ziglio6-109/+92
2018-07-06log: Remove SPICE_DISABLE_ABORTChristophe Fergeau1-12/+2
2018-07-03test-region: Decrease loop count by a factor of 10Eduardo Lima (Etrunko)1-1/+1
2018-07-03test-marshallers: Check for "zero" attributeFrediano Ziglio3-0/+23
2018-06-28build: Reindent macrosFrediano Ziglio1-6/+6
2018-06-28build: Reuse TEST_MARSHALLERS macroFrediano Ziglio1-3/+1
2018-06-27test-region: Add g_assert() checksChristophe Fergeau1-5/+16
2018-06-27test-region: Replace spice_assert() with g_assert_true()Christophe Fergeau1-1/+1
2018-06-27test-region: Remove unneeded printfChristophe Fergeau1-1/+0
2018-06-27test-region: Don't call region_dump() by defaultChristophe Fergeau1-17/+17
2018-06-27test-region: Replace direct printf with g_debug() callsChristophe Fergeau1-53/+53
2018-06-27test-region: Use GTest APIChristophe Fergeau1-2/+9
2018-06-27test-region: Create proper test for region from source codeFrediano Ziglio3-1/+414
2018-06-26test-quic: Increase test timeout using MesonFrediano Ziglio1-1/+1
2018-06-26test-quic: Allows to specify multiple images to testFrediano Ziglio1-5/+7
2018-06-21test-logging: Improve debug level testsChristophe Fergeau1-0/+17
2018-06-01Add support for building with meson/ninjaEduardo Lima (Etrunko)2-0/+53
2018-05-31test-quic: Fix -Wsign-compare warningEduardo Lima (Etrunko)1-1/+1
2018-05-25quic: Add test case for compression/decompressionChristophe Fergeau2-0/+275
2018-05-17Fix demarshaller code generatorEduardo Lima (Etrunko)2-0/+8
2018-05-17test-overflow: Remove a leak in the testFrediano Ziglio1-0/+1
2018-05-11Write a small test to test possible crashFrediano Ziglio2-0/+100
2017-09-25test-marshallers: Test demarshallingFrediano Ziglio3-4/+31
2017-09-25test-marshallers: Use unaligned structureFrediano Ziglio3-4/+8
2017-07-05log: Forbid the usage of obsolete SPICE_LOG_DOMAINFrediano Ziglio1-4/+3
2016-11-01silence -Wunused-parameterPavel Grunt2-2/+2
2016-05-09test-logging: Include stdlib.h for _Exit()Pavel Grunt1-0/+1
2016-04-05log: Use SPICE_CONSTRUCTOR_FUNCChristophe Fergeau1-33/+17
2016-03-31tests: Fix glib version checkChristophe Fergeau1-2/+2
2016-03-31Fix build in systems with Glib version older than 2.38Eduardo Lima (Etrunko)2-0/+8
2016-03-16tests: exit on SIGABRTFrediano Ziglio1-0/+8
2016-03-10Revert "Remove files moved to spice-protocol"Marc-André Lureau1-9/+9
2016-03-10test-logging: unset G_MESSAGES_DEBUGMarc-André Lureau1-0/+1
2016-01-26log: Add test case for logging codeChristophe Fergeau2-1/+424
2016-01-26tests: Always build testsChristophe Fergeau1-1/+1
2015-12-16test: Use _LDADD rather than _LDFLAGSChristophe Fergeau1-1/+1
2015-11-25Fix make distcheckMarc-André Lureau2-3/+4
2015-09-15Add marshaller test caseChristophe Fergeau4-0/+110