aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ltrace.main
AgeCommit message (Expand)Author
2012-10-30For string types in printf.c, return a pointer to array, not arrayPetr Machata
2012-10-27Guard failures in ltraceRun and ltrace_runtestPetr Machata
2012-10-24Change filters.exp to check both plain and PIE tracingPetr Machata
2012-10-14Rewrite four test cases to use the new vocabularyPetr 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-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-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-06Trace vfork return in parent as well as in childPetr Machata
2011-10-06Add a test case for vforkPetr Machata
2011-10-06Fix threading test casePetr Machata
2011-10-06Add a test casePetr Machata
2011-01-07Add calls to setup_xfail in parameters.expZachary T Welch
2010-11-28On s390x, names of mmap, fstat and stat system calls are differentPetr Machata
2010-11-28Add test for nested library callsPetr Machata
2010-11-28Better checking of float and double arguments and return valuesPetr Machata
2010-11-28Add test suite files to EXTRA_DIST variablesZachary T Welch
2010-11-28Make test suite work for out-of-tree builds.Zachary T Welch
2010-11-28Convert testsuite to use autotoolsZachary T Welch
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2007-08-31Some random fixesJuan Cespedes
2006-08-07Add pointers to structsSteve Fink
2006-08-07array argumentsSteve Fink
2006-08-07add ability to typedefSteve Fink
2006-08-07short, ushort and float typesSteve Fink
2006-08-07implement enumerated parametersSteve Fink
2006-08-07update testsuite for new parametersSteve Fink
2006-03-14Add a dejagnu-based testsuite.Paul Gilliam