1. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  2. 829ac9d clean up some more old-style decls by Mike Frysinger · 9 years ago
  3. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  4. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  5. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  6. 4e2bab8 Make use of NULL by Cyril Hrubis · 10 years ago
  7. 371cf0a Remove returns that follows tst_exit() by Cyril Hrubis · 10 years ago
  8. cf0d626 Remove all useless NULL casts. by Cyril Hrubis · 10 years ago
  9. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 years ago
  10. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  11. b968712 misc: remove tcore testcase by Cyril Hrubis · 11 years ago
  12. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  13. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  14. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  15. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  16. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  17. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  18. 5708536 Add generated files to .gitignore by Chris Dearman · 12 years ago
  19. fc47348 power: clean up style by Mike Frysinger · 12 years ago
  20. 932d2c0 genpow: fix off-by-one error by Mike Truty · 12 years ago
  21. b552400 expand gitignore coverage by Mike Frysinger · 12 years ago
  22. 5575127 Fix infinite loop error. by Garrett Cooper · 14 years ago
  23. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  24. 30fb1cc Fix compile. by Garrett Cooper · 14 years ago
  25. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  26. 4b20b1d Now unbreak all tests that require libltp. by Garrett Cooper · 14 years ago
  27. 316297f Fix test properly. by Garrett Cooper · 14 years ago
  28. 8c4f2e1 Fix test tool (style, etc). by Garrett Cooper · 14 years ago
  29. efc6961 Unbreak test compilation only. by Garrett Cooper · 14 years ago
  30. ecde5ea Unbreak test, cleanup style, and simplify through use of err*(3). by Garrett Cooper · 14 years ago
  31. 1ffecc9 Fix test. by Garrett Cooper · 14 years ago
  32. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  33. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  34. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  35. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  36. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  37. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  38. 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
  39. 64d869e Preemptively fix error w/ missing tcl proc (fail). by Garrett Cooper · 14 years ago
  40. c81df62 Following patch adds "return NULL;" to the function returning void* in math float tests. This change silences compiler warnings. Signed-off-by: Cyril Hrubis chrubis@suse.cz. by Subrata Modak · 14 years ago
  41. e6a28ac math/float/thread_code.c, revert previous patch which added check for NaN. Here is a patch that reverts the previous patch applied to thread_cod.c. Some of the float tests were reporting a failure where it detected the difference between the result and expected result was NaN(not a number). As some of the results and expected results resolved to inf(infinity), the difference calculation would result in NaN. With the previous patch, float_power and float_bessel tests were consistently failing on all architectures tried. Signed-off by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  42. a9a762b Fix overreaching clean targets in Makefiles that cleaned the readme files: the makefiles in some of the float tests contain the glob "[dr]*" in their clean targets. Unfortunately, this deletes not only the generated reference files, but also the readme files shipped in those directories. This patch fixes it by changing CLEAN_TARGETS to more specific patterns (that capture all generated files in all float tests, however). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  43. 955fbb3 rename readme file to avoid clean glob by vapier · 15 years ago
  44. 1caeef8 Fix false success for exp test: if I get it right there is error in ltp-full-20090831/testcases/misc/math/float/exp_log/genexp.c (see genexp_resfile.patch). Resulting file exp_out.ref is wrong, but it is not catch by test - nan_compare.patch make correct nan comparison. Signed-off-by: Pavel Kiryukhin <vksavl@gmail.com>. by subrata_modak · 15 years ago
  45. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  46. 6d56107 Fix some bashisms: this patch reflects the comments by various people to the previous versions. It uses "+=1" instead of postincrement because of dash, ['s boolean expressions, printf for the formatting. I've left the unzip pushd/popd and the signal names issue completely. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  47. 5926f78 Fixes of the tcore test. these are little fixes of the tcore.sh script: by subrata_modak · 15 years ago
  48. 1b77909 Crash02: Deal with SIGSTOP and SIGSEGV v3: Version 3 also fixed compilation failures on IA-64, since there is no SYS_fork either. It use clone2() instead. Version 2 fixed compilation failures on IA-64, because there is no SYS_vfork there. Instead, it uses clone() syscall for vfork(): clone(child_stack=0, flags=CLONE_VM|CLONE_VFORK|SIGCHLD). We have seen crash02 test can not finish due to the child process got SIGSTOP or SIGSEGV when calling random syscalls like this, by subrata_modak · 15 years ago
  49. e3d65fb Fix a build failure of tcore on non-x86 archs: I report a build failure and a patch for it. If your system is not either i386 or x86_64, making in ltp-full-20090131 fails as follows: It's because wrong position of TST_TOTAL definition. Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>. by subrata_modak · 16 years ago
  50. 591aa3a set flags properly and just use implicit make rules by vapier · 16 years ago
  51. 7e39ebb Avoiding build failures on ppc64, adding proper FLAG definitions and improving a bit of LTP specific stuff. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  52. 4437ec4 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> wrote: in a ppc64 machine running SLES11 RC1, I'm trying to build the December 2008 LTP release (ltp-full-20081231) but it fails on "make". Mike Frysinger <vapier@gentoo.org> replied: tcore only works on x86 systems ... building/running on other systems makes no sense. Subrata Modak <subrata@linux.vnet.ibm.com> answered: Mike, Then the following Patch will be needed: Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  53. 86785aa Thanks very much for fixing this. Now i am able to build and install properly. As a fallout to your fix, i am adding this test to build & install default, however i am reserving to run it only through runalltests.sh, as it creates a core file of size > 20MB. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 16 years ago
  54. 0b2876e Needed to work on i686 machines. by subrata_modak · 16 years ago
  55. 17df420 Subrata Modak <subrata@linux.vnet.ibm.com> wrote: by subrata_modak · 16 years ago
  56. b15aafd Hi, by subrata_modak · 16 years ago
  57. c60545f Segmentation fault error: When I ran runtest/math with runltp, the float cases worked well. But they would drop into segmentation fault when they were called directly in command line. The reason is to input "NULL" to strlen() which caused Segmentation fault. The patch also fixed a large number of memory leaks in math/float cases.Signed-off-by: Jin Bing Guo <guojb@cn.ibm.com>. by subrata_modak · 16 years ago
  58. e9b3101 The float_bessel testcases, as a matter of fact, all float_* testcases seem to fail when multiple instances are run concurrently. The failures occur because file sizes don't match or because the number of bytes read don't match the file size. This can be attributed to the parallel instance reading a file before the write to it (by another instance) has completed. In such situations, either the file size has not been updated in the inode header or the file size has been updated but the file's write operation has not been updated completely. To fix this concurrency problem, my suggestion is to check for an existing instance and wait for it to finish before beginning the current instance. Any other concurrency resolution technique may complicate matters. A message to the console indicating such a decision might be added. By Sridhar Vinay <vinaysridhar@in.ibm.com> & Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com>. by subrata_modak · 16 years ago
  59. 51a9f61 Executing f00f testcase in x86 Xeon machines, it failed returning SIGSEGV: by subrata_modak · 16 years ago
  60. 1a02071 Fix from "rdunlap@xenotime.net" to use standard test results output by subrata_modak · 17 years ago
  61. 9e78ade do not use variable names the same as system functions (like stime() or utime()) by vapier · 18 years ago
  62. 9932ebd cleanup flags by vapier · 18 years ago
  63. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  64. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  65. 038e4bc Patch from Olof Johansson <olof@lixom.net> by plars · 18 years ago
  66. a721ece kill extraneous newlines in test output by vapier · 18 years ago
  67. 63eb92a fix gcc warning: by vapier · 18 years ago
  68. a5ee764 fix gcc warning: by vapier · 18 years ago
  69. 95b987b cleanup by mridge · 19 years ago
  70. 9d8877c Moving selinux to correct directory by mridge · 19 years ago
  71. f6f3f2c Additional patches/comments from the security team by mridge · 19 years ago
  72. e88b264 Review Updates by mridge · 19 years ago
  73. 14c061a Initial release by mridge · 19 years ago
  74. 6a5e749 move TCID outside the ifdef __i386__ by plars · 20 years ago
  75. c918632 use ltp functions in f00f test for better output parsing by plars · 20 years ago
  76. 92b688b Applied patches from Chris Dearman to set PASS/FAIL messages. by robbiew · 20 years ago
  77. 722b267 Applied a patch from Mike Wolf: by robbiew · 21 years ago
  78. 382a50c Corrected the printf type again...for pthread_t. I looked at the glibc code and by robbiew · 21 years ago
  79. 50c48f8 Changed the type for printf'ing the pthread_id to allow it to work on ppc64. by robbiew · 21 years ago
  80. e943ce0 Removed because info already documented under /doc. by robbiew · 21 years ago
  81. 387fe90 Defined PTHREAD_THREADS_MAX if already not defined. by robbiew · 21 years ago
  82. 219abb4 Test uses obsolete functions that perform 48-bit arithmetic....yuck!! Also by robbiew · 21 years ago
  83. 4b26447 corrected the indentation on these tests. by robbiew · 21 years ago
  84. 0a5de76 Relocated ltpdmmapper.sh to the /testscripts directory. by robbiew · 21 years ago
  85. d7184e6 typo: $TPROOT changed to $LTPROOT by robbiew · 21 years ago
  86. 0f1a57c Initial drop of Device Mapper tests by mridge · 21 years ago
  87. bac165d Removed the "-O" flag. by robbiew · 21 years ago
  88. f756722 Applied Vasan's "CFLAGS+=" patch by robbiew · 21 years ago
  89. 740674e Corrected MININT section. by robbiew · 21 years ago
  90. dfb5d78 Applied patch from Susanne Wintenberger: by robbiew · 21 years ago
  91. da0cc97 warnings cleanup by robbiew · 21 years ago
  92. ae45c71 warnings cleanup by robbiew · 21 years ago
  93. 7a1027d Removed old version of file. by robbiew · 21 years ago
  94. 15c80c1 warnings cleanup by robbiew · 21 years ago
  95. ed8de1d warnings cleanup by robbiew · 21 years ago
  96. 97ef71e These executables cannot be built using optimization (-O). by robbiew · 21 years ago
  97. 9dc9ee7 I had to rename the LOADLIBES Makefile setting to LDFLAGS. When building the by robbiew · 21 years ago
  98. 2948656 Removed the "+" from the LOADLIBS section b/c it was linking to the pthreads by robbiew · 21 years ago
  99. b31b137 Applied Chris Dearman's patch to move generate() into main.c. Also, fixed by robbiew · 21 years ago
  100. 3b2ec26 *** empty log message *** by robbiew · 21 years ago