Lines Matching refs:stderr
145 fprintf(stderr, "Mismatched Constructor/Destructor calls (1)\n"); in test_counted()
146 fprintf(stderr, " Expected 30, got %d\n", gCounter); in test_counted()
160 fprintf(stderr, "Mismatched Constructor/Destructor calls (2)\n"); in test_counted()
161 fprintf(stderr, " Expected 0, got %d\n", gCounter); in test_counted()
194 fprintf(stderr, "Mismatched Constructor/Destructor calls (1C)\n"); in test_exception_in_constructor()
195 fprintf(stderr, "%d constructors, but %d destructors\n", in test_exception_in_constructor()
216 fprintf(stderr, "Mismatched Constructor/Destructor calls (2C)\n"); in test_exception_in_constructor()
217 fprintf(stderr, "%d constructors, but %d destructors\n", in test_exception_in_constructor()
252 fprintf(stderr, "Unexpected Constructor/Destructor calls (1D)\n"); in test_exception_in_destructor()
253 fprintf(stderr, "Expected (30, 20), but got (%d, %d)\n", in test_exception_in_destructor()
266 fprintf(stderr, "Mismatched Constructor/Destructor calls (2D)\n"); in test_exception_in_destructor()
267 fprintf(stderr, "%d constructors, but %d destructors\n", in test_exception_in_destructor()