aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
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
2012-10-01Add parsing of -l optionPetr Machata
2012-09-26testsuite: Avoid compile warningEdgar E. Iglesias
2012-09-22Add ia64-specific testsPetr Machata
2012-08-29Forgot to add dejagnu portions of the new test casesPetr Machata
2012-08-29Add test cases that check passing structures of various widths by valuePetr Machata
2012-08-29Add a test for passing of floating-equivalent structuresPetr Machata
2012-08-29We need to fetch floating registers on pure i386 as wellPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Drop ARGTYPE_STRING, reimplement as lens over array of charsPetr Machata
2012-08-29Replace ARGTYPE_OCTAL with lens, add also hex lensPetr Machata
2012-08-29Add many test cases to the test suitePetr Machata