aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-09-26Add tests for %p format specifier crash and zero(EXPR) leaksPeter Wu
2013-03-22Fix a problem in lookup of typedef X_* when X is an intrinsic typePetr Machata
2013-03-19Add a test case for tracing dlopened libraries in attached processesPetr Machata
2013-03-19ltrace.exp: Flags called -l* encode shared libraries to link againstPetr Machata
2013-03-12Implement Base Procedure Call Standard for ARMPetr Machata
2013-03-12Add ARM singlestepping test suite to Makefile.amPetr Machata
2013-03-11Initial support for software singlestepping on ARMPetr Machata
2013-03-08Add a test for per-library configuration filesPetr Machata
2013-03-08Add ltraceDir, ltraceNamedSourcePetr Machata
2013-03-08Move ltraceParamTest from parameters2.exp to ltrace.exp, name ltraceLibTestPetr Machata
2013-03-08Add test for "addr" typePetr Machata
2012-12-05Don't mangle static symbol names internallyPetr Machata
2012-11-29Forgot to add parameters2.exp to Makefile.amPetr Machata
2012-11-29Don't use system-wide 'true', compile own binary insteadPetr Machata
2012-11-29Allow formatting floats, doubles in hexPetr Machata
2012-11-20Add lens "bitvec" for displaying objects as bit vectorsPetr Machata
2012-11-19Allow typedefs of lensesPetr Machata
2012-11-19Guard number of expanded structures of the same typePetr Machata
2012-11-19Allow forward declarations of structsPetr Machata
2012-11-19Show NULL pointers as "nil" in trace outputPetr Machata
2012-11-18Guard against redefinition of typedefPetr Machata
2012-11-18Parse correctly typedefs with common prefixPetr Machata
2012-11-18Add temporary files created by LtraceTempFile to list of files to wipePetr Machata
2012-11-07In trace-exec.exp, main should return intPetr Machata
2012-11-07Emit a newline in ltraceSourcePetr Machata
2012-11-07Don't rely on mktemp when creating temporary filePetr Machata
2012-11-01Test hiding structure elements, improve test for hiding function parametersPetr Machata
2012-11-01Add missing files to testsuite Makefile.am'sPetr Machata
2012-10-30Turn on leak checking with --enable-valgrindPetr Machata
2012-10-30For string types in printf.c, return a pointer to array, not arrayPetr Machata
2012-10-27Show failed command in ltraceRun and ltrace_runtestPetr Machata
2012-10-27Guard failures in ltraceRun and ltrace_runtestPetr Machata
2012-10-26Fix trace-exec test casePetr Machata
2012-10-24Change filters.exp to check both plain and PIE tracingPetr Machata
2012-10-24Support building PIE binaries in testsuitePetr Machata
2012-10-18In testsuite, don't leave temporary objects behindPetr Machata
2012-10-14Rewrite four test cases to use the new vocabularyPetr Machata
2012-10-14New support for writing test casesPetr Machata
2012-10-14ltrace.exp: Drop unused proc ltrace_saveoutputPetr Machata
2012-10-14Libraries shouldn't be added to command line if object is compiledPetr Machata
2012-10-14ltrace.exp: Add licence blurbPetr Machata
2012-10-14ltrace.exp: Extract logic for compiling object files into a separate procPetr Machata
2012-10-14Drop meaningless global declarations on top level of ltrace.expPetr Machata
2012-10-14Support running test suite in valgrindPetr Machata
2012-10-14Invoke get_compiler_info before ltrace_compile_shlib in libdl-simple.expPetr Machata
2012-10-14Clean up test environment before compiling or running testsPetr Machata
2012-10-14testsuite: Add testcase for sprintf like functionsEdgar E. Iglesias
2012-10-14Fix handling of arg0 in parameter listPetr Machata
2012-10-01Add tests covering -l behaviorPetr Machata