1. f4f5799 Testing for push to ltp.sf.net by Rishikesh K Rajak · 14 years ago
  2. 1866132 *** empty log message *** by yaberauneya · 14 years ago
  3. dfac29c Remove test file. by yaberauneya · 14 years ago
  4. 2279bf4 Test. by yaberauneya · 14 years ago
  5. 98379aa 1. Simplify smoke test further by only checking to see whether or not the syscall works as opposed to checking the kernel version because people can backport support as seen fit and shouldn't be hindered by a stupid kernel version check... by yaberauneya · 14 years ago
  6. eea384d Not everyone has unshare capability... thanks for the reminder Mitani-san... by yaberauneya · 14 years ago
  7. 903f68f Fixed typo found by Mitani-san. by yaberauneya · 14 years ago
  8. a962b7f Adding runtest entries for rt_sigaction0[23], as noted by Mitani-san, and forgotten by your's truly... by yaberauneya · 14 years ago
  9. 7a0b567 An error occured on my i386 box. by yaberauneya · 14 years ago
  10. 4f16ee0 1. Remove mqns check app check. It no longer exists in the repo and thus gates these tests unnecessarily from being run.. by yaberauneya · 14 years ago
  11. 0d5ca4f This patch makes the test script cd into the tmp directory before running the tests. This makes sure the script does not delete the original utimensat binary, causing the test to fail on a second run. by yaberauneya · 14 years ago
  12. 1590cf0 check_pidns_enabled doesn't exist anymore. Just run the test as-is... Noticed by Rishi. by yaberauneya · 14 years ago
  13. 3ea1ca7 More whitespace only changes. by yaberauneya · 14 years ago
  14. d9746f4 Whitespace only change. by yaberauneya · 14 years ago
  15. 4edbf6d Resolve buffer overflow issue with ftest[37] reported by glibc by changing char* type to void* type. I didn't use caddr_t because caddr_t has its own set of caveats with 32-bit userland vs 64-bit kernel, etc... by yaberauneya · 14 years ago
  16. 5009532 Fix ordering of $(filter-out ) as noted by Stephen. by yaberauneya · 14 years ago
  17. aee37bb Avoid accidental rm -Rf / regression in last release by calling $(*abspath) on $(INSTALL_DIR) beforehand -- sure it sets it to $(abs_top_srcdir), but it's a lot safer safety net to not clean as opposed to blowing away /. by yaberauneya · 14 years ago
  18. 1d7745f Get people to corral into proper make usage, just in case it wasn't 100% clear, so people avoid shooting themselves in the foot by accident. by yaberauneya · 14 years ago
  19. ee80701 testcases/realtime/config.mk isn't a hard requirement for autotools and %clean. by yaberauneya · 14 years ago
  20. cafe6dc Idiot... forgot the : by yaberauneya · 14 years ago
  21. 6b77f08 Add a reference to INSTALL for testcases/realtime's config.mk... by yaberauneya · 14 years ago
  22. 7279a86 Don't clean up the install directory for now until I unfubar this mess. by yaberauneya · 14 years ago
  23. 192b746 Add a safe_rm.sh script and test in light of accidental f-up with Mitani's system... by yaberauneya · 14 years ago
  24. d81e803 Might help if the logic was actually correct... by yaberauneya · 15 years ago
  25. 94ab883 Disable selinux-testsuite for now because the policy file isn't valid on all distros. by yaberauneya · 15 years ago
  26. 83b4b45 Changes for JANUARY 2010. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  27. 472099b Apply the rest of the needed cleanup: by yaberauneya · 15 years ago
  28. 597a379 1. Correct some style notes. by yaberauneya · 15 years ago
  29. b54ee98 1. Make CVSROOT parameterizable. by yaberauneya · 15 years ago
  30. 225c7f3 1. create_swapfile doesn't set errno to any usable value. by yaberauneya · 15 years ago
  31. df533ff Don't forget to call false in the event of setup failure because we don't want things to silently pass if the directories couldn't be created... by yaberauneya · 15 years ago
  32. 71322b1 - Add su / sudo support so test_ltp will try to elevate privileges before running the test, and thus the errors will be a bit more meaningful (reduced the error amount on my machine by ~250 count down to 30 errors). by yaberauneya · 15 years ago
  33. 111fd1b Add superuser exec support so ~280 some tests in the standard set won't fail when you try and execute them. by yaberauneya · 15 years ago
  34. fea5aa1 1. Make summary message more meaningful. by yaberauneya · 15 years ago
  35. d1892d7 1. env_pre.mk: Add additional build-tree states and unify them under the $(BUILD_TREE_STATE) variable. by yaberauneya · 15 years ago
  36. 6d41cc3 This diff wasn't ready for prime time yet... by yaberauneya · 15 years ago
  37. 20f26ff Don't install basic scripts if we're doing install-in-tree. by yaberauneya · 15 years ago
  38. 811eb1c Fix a missing endif after a hasty checkin. by yaberauneya · 15 years ago
  39. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 15 years ago
  40. 73e23f6 Convert from tools/ to bin/. by yaberauneya · 15 years ago
  41. c3b7298 1. Install missing html_report_header.txt . by yaberauneya · 15 years ago
  42. d8f1f5d Convert everything over to bin from tools because it's breaking install-in-build-tree. by yaberauneya · 15 years ago
  43. e55c0b5 Update comment. by yaberauneya · 15 years ago
  44. da03c5d Need to add a check for $(DESTDIR)/usr/share/selinux/devel too so that the refpolicy piece will build properly, and selinux will be omitted in the negative case. by yaberauneya · 15 years ago
  45. b7fe1ae One minor note. policy-devel must be installed in order for the test suite to be compiled by default.. by yaberauneya · 15 years ago
  46. 73e5a24 Checkin pull-build-test scripts. by yaberauneya · 15 years ago
  47. 1068fa8 Better conditionalize setup -> test -> cleanup, and fix issue noted by Stephen... by yaberauneya · 15 years ago
  48. 328370e Fix a SEGV as noted by Stephen because the old code was deref'ing -1 on shmat failure. As per the manpage... by yaberauneya · 15 years ago
  49. 41fe8bd Add selinux-testsuite to the default build if -lselinux is set, as the selinux-tesuite is fixed now. by yaberauneya · 15 years ago
  50. 6982b8c Grab absolute path for $LTPROOT to avoid cases where the script was called from by yaberauneya · 15 years ago
  51. 36926e8 When the aio_suspend/3-1.test ran, SIGSEGV occured with following message by yaberauneya · 15 years ago
  52. aaef823 Fix another reporting inconsistency. by yaberauneya · 15 years ago
  53. 8f955fc Fix an inconsistency with the reporting in this script. by yaberauneya · 15 years ago
  54. 308229a Perform the last set of fixups for the selinux test suite. by yaberauneya · 15 years ago
  55. d54dae0 Checkin the runtest file, as noted by Stephen. by yaberauneya · 15 years ago
  56. f70f7be Yank runtest.sh because it's out of sync with test_selinux.sh. by yaberauneya · 15 years ago
  57. 5833cc6 Revert sourcefiles to older `more functional' copies. They segfault on x86_64, but if someone else wants to fix them, they can clean them up... by yaberauneya · 15 years ago
  58. b76b389 Remove a space. by yaberauneya · 15 years ago
  59. 597f830 Checkin all items to get selinux to work (minus th chcon / chmod call which gets the files past permission denied..). by yaberauneya · 15 years ago
  60. f7246b8 Convert all of these scripts over to tst_resm(1), and address a few improperly coded paths. by yaberauneya · 15 years ago
  61. ed1fcf3 1. runtest/selinux : Adjust install path for test scripts and binaries. by yaberauneya · 15 years ago
  62. de31b81 Solve several compile issues discovered when trying to compile the selinux test suite on Fedora 12. by yaberauneya · 15 years ago
  63. 012df45 Fix awk print expression so that expr(1) evaluation is corrected, and thus the tests pass. Please see the comment for get_cpu_usage as to why this is an issue... by yaberauneya · 15 years ago
  64. e957075 Fix a probable typo in mc_commo, causing attempts to run nonexistent binaries by yaberauneya · 15 years ago
  65. 03da622 Another stupid typo noticed by Nicolas. I need to go to sleep... by yaberauneya · 15 years ago
  66. fbe799a Fix addprefix call that was causing build errors because it was suffixing `.' to the directory name instead of `/.'. by yaberauneya · 15 years ago
  67. 7ed9a6c 1. Unblock quota v1 (as best possible). by yaberauneya · 15 years ago
  68. 1f4b6b6 Enable make 3.80 compatibility support in mainline. by yaberauneya · 15 years ago
  69. 87d7bfc Commit needed shims for make 3.80 compatibility mode. by yaberauneya · 15 years ago
  70. f4fe6aa Neuter test if linux/mempolicy.h isn't present. by yaberauneya · 15 years ago
  71. 397ae83 Effectively neuter all tests that require mempolicy support on systems that don't have mempolicy. by yaberauneya · 15 years ago
  72. ae5fbc9 Make lex disabled by default. by yaberauneya · 15 years ago
  73. 340292d Update instructions because bison/yacc is only required for ltp-scanner, not the entire program set in pan. by yaberauneya · 15 years ago
  74. 21aab12 Make ltp-scanner (the only item that requires bison/flex), optional. by yaberauneya · 15 years ago
  75. 7ad64b1 Resolve remaining hacks for make 3.80 installs to work. It isn't warning clean, nor is it as parallel make safe as the 3.81 solution, but it works. by yaberauneya · 15 years ago
  76. 7206e3e Clean up comment about OUT_OF_BUILD_TREE. by yaberauneya · 15 years ago
  77. 57ac712 Remove test -d ... || mkdir -p ... by yaberauneya · 15 years ago
  78. 0388c85 Correct make 3.80 incompatibility issue. by yaberauneya · 15 years ago
  79. bdb9b36 1. Remove generate_install_rule_dir_dep. by yaberauneya · 15 years ago
  80. b053ea9 No reason why a define should be required for generate_install_rule_dir_dep. Just do the right thing inline with a mkdir rule for the directories. by yaberauneya · 15 years ago
  81. cc52c3b Remove other generate_vpath_rule calls because they cause problems with make 3.80. by yaberauneya · 15 years ago
  82. 2592e98 Don't run make install for libs unless make install is specifically called in the subdir. by yaberauneya · 15 years ago
  83. b44084c Continue work on make 3.80... by yaberauneya · 15 years ago
  84. e07e668 1. Remove generate_vpath_rule call and replace with vpath %.c. 2. Add comments. by yaberauneya · 15 years ago
  85. 56b6558 $(MAKE_TARGETS) should depend on lib-all, not lib-install because we shouldn't install libltp until install is called. by yaberauneya · 15 years ago
  86. debd999 1. `make' doesn't call `make all', even though .DEFAULT_GOAL is set via 3.80. by yaberauneya · 15 years ago
  87. 9ca6bef Clean up Makefile a bit... by yaberauneya · 15 years ago
  88. b52d5d9 1. Remove generate_vpath_rule because it wreaks havoc with make 3.80. by yaberauneya · 15 years ago
  89. a777028 Remove generate_vpath_rule because it wreaks havoc with make 3.80. by yaberauneya · 15 years ago
  90. 22f1ee5 Add copyright tort to script. by yaberauneya · 15 years ago
  91. b84a005 Check in the remaining changes suggested by Stephen... by yaberauneya · 15 years ago
  92. 714aac7 Check in remainder of changes suggested by Stephen @ NSA for test_selinux.sh. by yaberauneya · 15 years ago
  93. 7703688 Uhhhhhhhh... checked in the wrong file. I don't want this Makefile.selinux dealie and I actually checked in the changes for refpolicy/Makefile as suggested by Steven @ NSA. by yaberauneya · 15 years ago
  94. 817b0c4 Remove these Makefile.selinux. by yaberauneya · 15 years ago
  95. 6cc019f Further diff on top of the prior one to resolve a few remaining issues by yaberauneya · 15 years ago
  96. 36b038c Install Makefile.selinux, not Makefile. by yaberauneya · 15 years ago
  97. a92a506 Keep on working on fixing the selinux-testsuite... by yaberauneya · 15 years ago
  98. eed5403 Move the build scripts to the build directory as well. by yaberauneya · 15 years ago
  99. 8e89cb9 Check in skeleton scripts for testing out LTP, end-to-end, from scratch -- that way less trivial issues will get into the tree. by yaberauneya · 15 years ago
  100. 35997ed Note the reasoning for the -- before CLEAN_TARGETS :)... by yaberauneya · 15 years ago