Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | |
The new test driver in <support/test-driver.c> has feature parity with the old one. The main difference is that its hooking mechanism is based on functions and function pointers instead of macros. This commit also implements a new environment variable, TEST_COREDUMPS, which disables the code which disables coredumps (that is, it enables them if the invocation environment has not disabled them). <test-skeleton.c> defines wrapper functions so that it is possible to use existing macros with the new-style hook functionality. This commit changes only a few test cases to the new test driver, to make sure that it works as expected. | |||
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-09-04 | stdlib/tst-secure-getenv.c: whitespace-only changes in comments | Florian Weimer | |
2012-09-04 | stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failures | Florian Weimer | |
2012-07-31 | secure_getenv test should write errors to standard output | Florian Weimer | |
This way, they end up in the log file. Also skip the test if no GID can be found. | |||
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | |