Граф коммитов

33 Коммитов

Автор SHA1 Сообщение Дата
jake%acutex.net e2b7472ba4 Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE.
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
Additional edits by myself to add the emacs mode line.  Also, the change to runtests.sh was done by me.
2001-10-19 22:39:51 +00:00
justdave%syndicomm.com 57dc85bacc yet another meaningless whitespace change to test tinderbox with 2001-10-19 13:03:52 +00:00
justdave%syndicomm.com 84b6128d34 another useless whitespace change to test tinderbox with 2001-10-19 06:19:52 +00:00
justdave%syndicomm.com 95bb6c3a2f whitespace change to test tinderbox again. 2001-10-19 05:33:23 +00:00
justdave%syndicomm.com eba7113fc2 whitespace change to do a test checkin to see how tinderbox reacts 2001-10-19 04:36:19 +00:00
jake%acutex.net 3d8a2fdf39 Tabs are not allowed in Bugzilla source... if we find one, issue a warning.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-13 01:44:06 +00:00
jake%acutex.net 7bdf2856ba If a template doesn't exist, this should be considered a compile failure.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-12 20:35:37 +00:00
jake%acutex.net 9e3be8f1c7 It's also possible to PROCESS another attachment fragment, not just INCLUDE.
No review needed for tests at this time. NOT PART OF BUILD.
2001-10-09 19:14:59 +00:00
jake%acutex.net b351c9eaa8 Allow compile tests for files that run in taint mode
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 23:22:48 +00:00
jake%acutex.net 90ef6cf6a4 We also need to look for templates that are INCLUDEd in other templates.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 21:37:22 +00:00
jake%acutex.net f503702088 Test that scans Bugzilla's code looking for used templates then checks to make sure that:
a) All the required templates exist
 b) They all have good syntax

No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 18:59:36 +00:00
zach%zachlipton.com 8d4abc6e4a Fixing issue where excluded files aren't excluded if they end in .pl or
.cgi.
2001-10-06 03:49:06 +00:00
zach%zachlipton.com e2a1e61fca Don't test importxml.pl since you need XML::Parser which is not required,
creating a false fail.

No review needed for tests. NOT PART OF BUILD
2001-10-06 03:25:43 +00:00
zach%zachlipton.com 1898fb6cc6 Get rid of our which causes errors on 5.005.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 01:23:38 +00:00
zach%zachlipton.com 2f3b70d35e Renaming *.t to be 00*.t to solve any sorting issues down the road as per
bug 97976.

No review required for tests at this time. NOT_PART_OF_BUILD
2001-09-23 04:08:44 +00:00
zach%zachlipton.com 88ae8c099f *** empty log message *** 2001-09-23 04:02:19 +00:00
zach%zachlipton.com f19ab6c7a1 Fix to make the tests generate the list of files to test instead of having to update the list manually whenever a file is added
or removed. The main logic is in t/Support/Files.pm, changes to the test files are needed to allow it to function properly.

NOT_PART_OF_BUILD. No review needed for tests at this time.
2001-09-16 18:35:18 +00:00
zach%zachlipton.com d4b24ad2a9 Make this file test for exec calls in addition to system calls that are
one-argument and are therefore insecure.

NOT_PART_OF_BUILD, no review needed.
2001-09-16 17:52:19 +00:00
zach%zachlipton.com 7c0ea78940 Oops. Forgot to check this is. 2001-09-09 19:48:15 +00:00
zach%zachlipton.com d1851dde5d Adding a test for safe system and exec calls. Part of this code by Dave. 2001-09-05 01:43:25 +00:00
zach%zachlipton.com 4bc671ac36 Add a little 1; to the end of this. 2001-09-04 04:28:24 +00:00
zach%zachlipton.com 07ee72b713 Actually make the strict checking work. 2001-09-03 22:11:43 +00:00
zach%zachlipton.com 4c3cc4a6a2 add tests for use strict; 2001-09-03 22:04:09 +00:00
zach%zachlipton.com 995690cb67 Enforce -w. This file will also be used to enforce use strict; 2001-09-03 21:43:22 +00:00
zach%zachlipton.com 13e7d849ce Rename 1.t to 1compile.t as per bug 97976. 2001-09-03 20:17:40 +00:00
zach%zachlipton.com 7af1301bfc Remove processmail from the list. It was causing problems with taint. 2001-09-03 19:39:37 +00:00
zach%zachlipton.com b708e0e513 Ok, really this time. This should work :) 2001-09-03 19:26:58 +00:00
zach%zachlipton.com c500ba418f Backout of this to get things back to normal 2001-09-03 18:50:56 +00:00
zach%zachlipton.com 0cfc922195 Use Support::Files for the test items. No review needed at this time for tests as per Dave. 2001-09-03 18:35:19 +00:00
zach%zachlipton.com f6ec1617d9 Addition of Files.pm which will be used shortly by 1.t (soon to be 1compile.t) which contains the list of files to test. This is important so that we can bring it into other tests which check files for content, etc... No review required for tests as of now as per Dave. 2001-09-03 18:33:03 +00:00
zach%zachlipton.com c2ad804776 Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl.
Patch by ddkilzer@theracingworld.com (David D. Kilzer, ddk). Review by Zach Lipton (zach@zachlipton.com) no 2nd review required.
2001-09-03 17:58:53 +00:00
justdave%syndicomm.com 5554d33e29 Added a --verbose option to runtests.sh that the tinderbox scripts can use to get all the warnings and errors and whatnot into the build log. Also corrected several syntax and logic errors in the 1.t test file. 2001-09-01 03:06:15 +00:00
zach%zachlipton.com 9b8c05870c Adding runtests.sh and 1.t to start the testing suite. No bug has been
filed on this issue. NOT_PART_OF_BUILD.
2001-08-31 17:41:38 +00:00