aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
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
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-06-01Demangle test should just skip testing if demangling wasn't compiled inPetr Machata
2012-04-25Add a test for filtering expressions and DSO callsPetr Machata
2012-04-19Call func_work indirectly in ltrace.main/parameters testcasePetr Machata
2012-04-19Change libdl-simple.exp test to use ltrace_verify_output, update to passPetr Machata
2012-04-12Add code for stepping over atomic instruction sequence on PPCPetr Machata
2012-04-12Fix previous commit, which broke the common casePetr Machata
2012-04-12Limited support for returns from tail call functionsPetr Machata
2011-11-09Only delay continuing the process if we are actually mid-_stopping_Petr Machata
2011-10-06Add a test case for thread/vfork scenarioPetr Machata
2011-10-06Trace vfork return in parent as well as in childPetr Machata
2011-10-06Add a test case for vforkPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Fix threading test casePetr Machata
2011-10-06Add a test casePetr Machata
2011-08-11Fix compilationPetr Machata
2011-01-07Add calls to setup_xfail in parameters.expZachary T Welch
2011-01-06Make test suite work with non-standard installationsZachary T Welch