Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-21 | __inet_pton_length: Implement new internal helper function | Florian Weimer | 1 | -1/+1 | |
2017-06-02 | resolv: Tests for various versions of res_init | Florian Weimer | 1 | -1/+8 | |
2017-06-02 | Add internal facility for dynamic array handling | Florian Weimer | 1 | -0/+2 | |
This is intended as a type-safe alternative to obstacks and hand-written realloc constructs. The implementation avoids writing function pointers to the heap. | |||||
2017-03-15 | support: Add error checking to close system calls [BZ #21244] | Florian Weimer | 1 | -0/+4 | |
2017-01-27 | nptl: Add tst-robust-fork | Florian Weimer | 1 | -0/+5 | |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2016-12-31 | resolv: Add beginnings of a libresolv test suite | Florian Weimer | 1 | -0/+3 | |
2016-12-28 | support: Add support for delayed test failure reporting | Florian Weimer | 1 | -0/+35 | |
The new functions support_record_failure records a test failure, but does not terminate the process. The macros TEST_VERIFY and TEST_VERIFY_EXIT check that a condition is true. |