summaryrefslogtreecommitdiff
path: root/test/testoc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905414 13f79535-47bb-0310-9956-ffa450edef68
* Pass default environment in testflock and testoc (for ICC compiled stuff).Bojan Smojver2009-07-311-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@799497 13f79535-47bb-0310-9956-ffa450edef68
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-1/+1
| | | | | | | | | | | batch commit; * P64 architectures require us to use ABTS_SIZE_EQUAL * We need to localize to TESTBINPATH for win32 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@582544 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.Joe Orton2006-08-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-031-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-9/+9
| | | | | | | a test that is segfaulting in testshm. That will need to be fixed. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65095 13f79535-47bb-0310-9956-ffa450edef68
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-16/+16
| | | | | | | | | | | | and it prints output while running the test. Also, if a test fails the rest of the test function is run, allowing for proper cleanup. Finally, it is possible to call the same function multiple times with different data, and each call is considered a separate test. This is the first of a multi-step process to get a more useful test suite. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65091 13f79535-47bb-0310-9956-ffa450edef68
* Remove some common macros to test_apr.hRyan Bloom2004-03-141-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64986 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* apr_proc_other_child_check() is goneJeff Trawick2003-11-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64787 13f79535-47bb-0310-9956-ffa450edef68
* Must ... have ... extensionsWilliam A. Rowe Jr2003-01-031-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64264 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* If the platform does not have other child functionality then don't enable anyBradley Nicholes2002-12-191-2/+1
| | | | | | | of the other child tests. Otherwise the tests don't compile. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64196 13f79535-47bb-0310-9956-ffa450edef68
* Use the correct name for testoc.Ryan Bloom2002-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64078 13f79535-47bb-0310-9956-ffa450edef68
* Migrate testoc to the new test suite.Ryan Bloom2002-11-241-70/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64077 13f79535-47bb-0310-9956-ffa450edef68
* This shouldn't have been committed. I just started working on it.Ryan Bloom2002-11-231-22/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64073 13f79535-47bb-0310-9956-ffa450edef68
* Quiet an annoying warning.Ryan Bloom2002-11-231-6/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64072 13f79535-47bb-0310-9956-ffa450edef68
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63565 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* use exit status 0 for success in testdir, testoc, and testprocJeff Trawick2001-08-021-3/+7
| | | | | | | | | since testoc depends on occhild, build occhild when testoc is built add some trivial error code display logic to testoc git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62093 13f79535-47bb-0310-9956-ffa450edef68
* The test suite builds, once again. The sig arg to TerminateProcess inWilliam A. Rowe Jr2001-06-061-0/+4
| | | | | | | win32's apr_proc_kill is pretty bogus, however. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61721 13f79535-47bb-0310-9956-ffa450edef68
* Remove apr_proc_probe_writable_fdsBill Stoddard2001-05-161-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61653 13f79535-47bb-0310-9956-ffa450edef68
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-1/+1
| | | | | | | also cleanup s/#ifdef HAVE_FOO_H/#if APR_HAVE_FOO_H/ whrere appropriate. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61303 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61235 13f79535-47bb-0310-9956-ffa450edef68
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-8/+8
| | | | | | | | | | | see: http://apr.apache.org/~dougm/apr_rename.pl PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61194 13f79535-47bb-0310-9956-ffa450edef68
* Get tests building, and actually checking for libapr.la revisions toWilliam A. Rowe Jr2001-01-281-2/+2
| | | | | | | | | save debugging agrivation. Shout if I broke it. Win32 users should find the aprtest.dsw DevStudio workspace a lovely little place to get work done. [No help from MS - notice the .pl Makefile.in rewriter :-] git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61163 13f79535-47bb-0310-9956-ffa450edef68
* Make every test source build - regardless of missing apr features.William A. Rowe Jr2000-12-051-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60892 13f79535-47bb-0310-9956-ffa450edef68
* Get the test programs all building cleanly again.Ryan Bloom2000-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60808 13f79535-47bb-0310-9956-ffa450edef68
* Clean up a lot of warnings in the test directory.Ryan Bloom2000-11-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60736 13f79535-47bb-0310-9956-ffa450edef68
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
* Clean up compile warnings, mostly by including apr_strings.h.Jeff Trawick2000-08-011-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60469 13f79535-47bb-0310-9956-ffa450edef68
* Prevent incorrect generation of dependencies on system header files byBrian Havard2000-06-031-1/+1
| | | | | | | using angle brackets instead of quotes in their #includes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60140 13f79535-47bb-0310-9956-ffa450edef68
* Update testoc to make it work properly with the new ap_proc_t.Ryan Bloom2000-05-241-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60093 13f79535-47bb-0310-9956-ffa450edef68
* Improve the other_child test program.Ryan Bloom2000-05-031-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60020 13f79535-47bb-0310-9956-ffa450edef68
* Add the status parameter back to the Other Child logic.Ryan Bloom2000-04-241-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59947 13f79535-47bb-0310-9956-ffa450edef68
* apr_config.h is private and should not be used by test programs.Ryan Bloom2000-04-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59921 13f79535-47bb-0310-9956-ffa450edef68
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+5
| | | | | | | on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68
* silly cleanup for APR test pgms to avoid compile warnings andJeff Trawick2000-04-141-4/+3
| | | | | | | | to get cvs to ignore some test executables and a directory created by testproc git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59854 13f79535-47bb-0310-9956-ffa450edef68
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59797 13f79535-47bb-0310-9956-ffa450edef68
* Add the other child stuff to beos, tidy up the test program a little andDavid Reid2000-04-041-5/+24
| | | | | | | get the dso code building again. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59790 13f79535-47bb-0310-9956-ffa450edef68
* Other child logic finished for Unix. Docs are forthcoming. This shouldRyan Bloom2000-04-041-0/+129
for Apache, and those patches are also coming today. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59785 13f79535-47bb-0310-9956-ffa450edef68