1. 4e2bab8 Make use of NULL by Cyril Hrubis · 10 years ago
  2. 5f71cf9 runltp, pan/ltp-pan.c: record test cases(not fully tested) into file by Xiaoguang Wang · 10 years ago
  3. 6f6878f pan/ltp-pan.c: add statistics about not fully tested testcases by Xiaoguang Wang · 10 years ago
  4. 4d10989 pan/ltp-pan.c: fix compilation warnings by Xiaoguang Wang · 10 years ago
  5. 87aa2dc lib, tools, pan: old-style function definition fixes by Stanislav Kholmanskikh · 10 years ago
  6. f56e615 pan: fix potential overrun in tag_report by Jan Stancek · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  9. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  10. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  11. 204924a ltp-pan.c: fix error of Total Tests by Peng Haitao · 12 years ago
  12. 0b42e49 Fix pan compile on some versions of flex/lex. by Garrett Cooper · 13 years ago
  13. 6ea8c5b Clean up pan a bit. by Garrett Cooper · 13 years ago
  14. 80a305e Fix some warnings. by Garrett Cooper · 13 years ago
  15. 5bd4dbd Turn on -Wno-error in pan. by Garrett Cooper · 14 years ago
  16. a0ac159 Make failures to write fatal and noisy. by Garrett Cooper · 14 years ago
  17. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  18. 7c66f46 Silence warnings. by Garrett Cooper · 14 years ago
  19. 903910d More cleanup. by Garrett Cooper · 14 years ago
  20. 21aab12 Make ltp-scanner (the only item that requires bison/flex), optional. by yaberauneya · 15 years ago
  21. cc52c3b Remove other generate_vpath_rule calls because they cause problems with make 3.80. by yaberauneya · 15 years ago
  22. 2b6cd80 While trying to figure out why entries don't get entered in the exec by yaberauneya · 15 years ago
  23. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  24. 676ac98 Return immediately when the ZOO file couldn't be opened, prevent crash later: There was a crash in pan when the zoofile couldn't be opened; this patch fixes it by disallowing the zoo_open function to continue. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  25. f6b28b5 Detect test results more accurately when generating HTML. PFA the patch for the changes to pan driver for a possible fix to the report generation issue. I have modified genhtml.pl script to reflect changes in pan driver. Note: The 'Initiation-status' column is now present after Test-output column. Signed-off-by: rohit verma <rohit.170309@gmail.com>. by subrata_modak · 15 years ago
  26. 5c4b532 Reverting ltp-pan.c to http://ltp.cvs.sourceforge.net/viewvc/*checkout*/ltp/ltp/pan/pan.c?revision=1.32, as the existing one was not running and was hung at runtime. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  27. 14390fd Attached (against ltp-full-20090430.tgz) patch renames binaries in pan directory to have ltp- prefix as plain pan when installed in /usr/bin/ directory conflict with gnome pan. It also fixes all occurrences of pan in scripts and howtos. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  28. 25f86ea pan: Forward error messages to stderr: Unsure if I understand the code in the right manner, but other error messages are also forwarded to stderr instead of stdout. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>. by subrata_modak · 15 years ago
  29. 15f5ffd pan: Honor the -q command line option: If one wants pan to be quiet, pan should honor this. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>. by subrata_modak · 15 years ago
  30. 27f88e7 Limit starts when running for certain time, too: Please find attached a small patch to add this simple feature to pan without changing its previous behaviour. Running a test only once by pan for a specific time is currently also possible without this patch. Just give the '-t <time>' option *and* than the '-s 1' option. But it is racy yet, to do so. Adding this patch removes this race. With: $ pan <....> -t 60s -s 1 -- my_test, the my_test will now run for one time only. If everyhing went ok, it returns happy within the 60 seconds period. If my_test runs amok, it will never return and pan will kill it after 60 seconds. --8<--------8<-------8<-------8<--------8<-------8<-----8<--------8<------. This patches add a feature to limit the number of times a test is started when running for a certain time instead of infinite runs. This could be used to give a timeout for a certain test. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>, Acked-by: Juergen Beisert <jbe@pengutronix.de>. by subrata_modak · 15 years ago
  31. 679591c This patch fixes a segfault of pan, when the command file doesn't end with a newline. Signed-Off-By: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  32. e312d9e Hello, these are some little fixes I've created for ltp. They are typos, fixes for compiler warning, bashisms in the makefiles etc. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  33. 929af41 Fix segfault of "pan" on signal action. pan segfaults when receiving various signal registered by sigaction. Valgrind reports various uninitalied bytes of the sigaction struct: Initializing the sigaction struct as empty avoids a segfault of "pan". Signed-off-by: Daniel Gollub <dgollub@suse.de>. Acked-by: Nate Straz <nstraz@redhat.com>. by subrata_modak · 16 years ago
  34. 9f03cbf Introduced PREFIX and LIBSUFFIX variables. DESTDIR is often used within packaging scripts/spec files. Use PREFIX variable instead to manipulate the installation destination directory. Introduced LIBSUFFIX to allow to manipulate library directory to lib64 e.g. for distribution packaging for x86_64 or others architectures. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  35. 2084d44 Hello. I had two errors when compiling the CVS version with Ubuntu. The one in regen.sh might have to do with some dash limitation (it complains about not supporting more than 32 shifts.) The one with the Makefile has to do with the version of lex I have here (lex 2.5.33) complaining about -l not accepting an extra argument (I believe it interprets the w as such). I did a quick check after applying the changes and they seem not to break anything. Signed-Off-By: Elder Costa <elder.costa@terra.com.br>. by subrata_modak · 16 years ago
  36. 91d5f18 This patch fixes build failures seen on RHEL 4 (2.6.9 based Kernel), and several warnings. The build failures are caused by pec_listener.c and then ptrace06.c, It because the Kernel version checking code is incorrect from it, as you can see from the error message above, "/bin/sh: ../../bin/tst_kvercmp: No such file or directory". I solve it by querying an entry in proc file system instead. For ptrace06.c case, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO are unavailable in this version of Kernel, Given that this test also fails to compile for IA-64 entirely (please see more details on one of my previous emails sent not long ago), I disable this test temperately until those problems have been fixed. In addition, it fixed the following unnecessary compiling warnings. Finally, check_for_unshare.c:21: warning: implicit declaration of function `tst_kvercmp'. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  37. 1cad5c0 The "pan/pan" would failed in segmentation fault with a wrong option "-f command-file". Among the options, the "/tmp/test" does not exist. The solution is to add condition judgements before use the pointer. To execute pan/pan with option "-p" will occurs Segmentation fault. The reason is that it not appends the "-l" option to pan to open the "logfile" for writing log. Just add a condition judgement to fix it. Signed-off-by: Jin Bing Guo <guojb@cn.ibm.com>. by subrata_modak · 16 years ago
  38. 5c9f1e0 Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com> by subrata_modak · 16 years ago
  39. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  40. 9e78ade do not use variable names the same as system functions (like stime() or utime()) by vapier · 18 years ago
  41. 3bed8b0 A fix Submitted by Andy Echols to fix an infinite loop problem that occurs in pan if runltp tries to run a test that isn't present. by mreed10 · 18 years ago
  42. 6549070 Will Newton writes: declare zoo_error storage in zoolib.c instead of zoolib.h by vapier · 18 years ago
  43. 53ef45c move rec_signal/send_signal out of zoolib.h and into pan.c since only pan.c uses them and more than just pan.c includes zoolib.h by vapier · 18 years ago
  44. e126a0d Applied patch from Brian Reitz: =============================== by robbiew · 20 years ago
  45. 8d93b2d Add -l to LFLAGS. scan.l uses some old lex conventions. by nstraz · 21 years ago
  46. bc1e41a Removed the suppression of the lex errors, b/c the -lw flag was breaking on by robbiew · 21 years ago
  47. 4d99c84 Made Makefile honor top-level LOADLIBES... by robbiew · 21 years ago
  48. 7aa13ba Added a "-w" to suppress the warnings for reporter.c and scan.l by robbiew · 21 years ago
  49. 0b70c6e *** empty log message *** by robbiew · 21 years ago
  50. 7de23c4 *** empty log message *** by robbiew · 21 years ago
  51. f756722 Applied Vasan's "CFLAGS+=" patch by robbiew · 21 years ago
  52. 571f4f9 warnings cleanup by robbiew · 21 years ago
  53. d537af2 Applied Andreas Jaeger's patch for library linking: by robbiew · 21 years ago
  54. d2a2909 Applied Vasan Sundar's patch: by robbiew · 21 years ago
  55. b755b28 Use sigaction() instead of signal() by nstraz · 21 years ago
  56. 8a3f929 minor fix. there was a printf"incrementing stop" that got printed under quiet by iyermanoj · 22 years ago
  57. 492e88e Added code to print less verbose output to the screen by iyermanoj · 22 years ago
  58. 8c484e9 added code to print test exit value. by iyermanoj · 22 years ago
  59. 45e9d98 Fixed problem wrt to turning off formated printing. by iyermanoj · 22 years ago
  60. 3251858 added code to print kernel info to log files. by iyermanoj · 22 years ago
  61. 6631451 Added option -p for formatted printing of results. by iyermanoj · 22 years ago
  62. cba8970 Applied patch from Jay Huie <wjhuie@us.ibm.com> by robbiew · 22 years ago
  63. 404bea3 uClibc fix from Steven Hill by plars · 22 years ago
  64. f3a83d5 Applied patch submitted by Ihno Krumreich by robbiew · 22 years ago
  65. 15226cd Applied patches submitted by: by robbiew · 22 years ago
  66. c170673 Added changes made by William Jay Huie for timer options. by robbiew · 22 years ago
  67. debdbd1 fix negative duration in output if you don't use -l by plars · 23 years ago
  68. 6c3f66b Fixing some long standing bugs with buffered output. by nstraz · 23 years ago
  69. 6acf978 Here are some CGI scripts I was using to view and compare test results with the by nstraz · 23 years ago
  70. fef21be Adding comments. I'm thinking of changing some stuff around and I want to by nstraz · 23 years ago
  71. cde46c8 MAJOR UPDATE: by nstraz · 23 years ago
  72. d5d51ca I've applied most of the patch that Urban Widmark <urban@teststation.com> by nstraz · 23 years ago
  73. 830a65b Added ltp results for a machine running 2.4.0-test9 by nstraz · 24 years ago
  74. 566e8c8 - Oops, forgot to close a FD, fixed. by nstraz · 24 years ago
  75. f558990 Release scanner. by alaffin · 24 years ago
  76. cd87d68 Added support for output formatting, redirection, and buffering to pan. by nstraz · 24 years ago
  77. f307d5f Add pan and associated files. This is a lightweight test harness. It works a by nstraz · 24 years ago