Lines Matching full:test
98 puts("Test t1 failed."); in main()
109 puts("Test t2 failed."); in main()
143 puts("Test t3 failed."); in main()
154 puts("Test t4 failed."); in main()
159 // Test the first non-negative time_t value of 0, in main()
176 puts("Test t5 failed."); in main()
181 // Test the last time_t value of 0x7FFFFFFF before the 32-bit signed integer overflow, in main()
195 struct tm dtForTimegm7 = dtForTimegm6; // Reuse the date for the next test. in main()
204 puts("Test t6 failed."); in main()
209 // Test the next time_t value of 0x80000000 right after in main()
221 puts("Test t7 failed."); in main()
226 // Test the 29th of February in a leap year far in the future. in main()
241 puts("Test t8 failed."); in main()