-
Notifications
You must be signed in to change notification settings - Fork 2
Test time funcs #39
Copy link
Copy link
Open
Labels
domain:testsRelated to the automated testsRelated to the automated teststype:investigateThis issue needs more researchThis issue needs more research
Metadata
Metadata
Assignees
Labels
domain:testsRelated to the automated testsRelated to the automated teststype:investigateThis issue needs more researchThis issue needs more research
Right now there's one test for each of the C++ time funcs. They are arguably undertested, and the C time funcs are not tested at all.
How should the C versions even be tested, if they call
time()andtimespec_get()?