Lines Matching refs:REPORT
65 REPORT("Can't assign create job object: %ld\n", GetLastError()); in limitMem()
69 REPORT("Can't assign process to job object: %ld\n", GetLastError()); in limitMem()
75 REPORT("Can't set limits: %ld\n", GetLastError()); in limitMem()
93 REPORT("getrlimit() returned an error: errno %d\n", errno); in limitMem()
101 REPORT("Can't set limits: errno %d\n", errno); in limitMem()
519 if (FullLog) REPORT("\nUnique pointer using Address arithmetic\n"); in AddrArifm()
520 if (FullLog) REPORT("malloc...."); in AddrArifm()
536 if (FullLog) REPORT("realloc...."); in AddrArifm()
562 if (FullLog) REPORT("calloc...."); in AddrArifm()
588 if (FullLog) REPORT("\nzeroings elements of array...."); in Zerofilling()
601 if (ShouldReportError()) REPORT("detect nonzero element at TestStruct\n"); in Zerofilling()
606 if (CountErrors) REPORT("%s\n",strError); in Zerofilling()
607 else if (FullLog) REPORT("%s\n",strOk); in Zerofilling()
642 if (FullLog) REPORT("\nNULL return & check errno:\n"); in NULLReturn()
688 if (FullLog) REPORT("\n"); in NULLReturn()
692 if (FullLog) REPORT("malloc...."); in NULLReturn()
705 … if (ShouldReportError()) REPORT("nullptr returned, error: errno (%d) != ENOMEM\n", errno); in NULLReturn()
718 …if (ShouldReportError()) REPORT("error: errno changed to %d though valid pointer was returned\n", … in NULLReturn()
724 if (FullLog) REPORT("end malloc\n"); in NULLReturn()
725 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
726 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
730 if (FullLog) REPORT("calloc...."); in NULLReturn()
743 … if (ShouldReportError()) REPORT("nullptr returned, error: errno(%d) != ENOMEM\n", errno); in NULLReturn()
756 …if (ShouldReportError()) REPORT("error: errno changed to %d though valid pointer was returned\n", … in NULLReturn()
761 if (FullLog) REPORT("end calloc\n"); in NULLReturn()
762 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
763 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
765 if (FullLog) REPORT("realloc...."); in NULLReturn()
781 … if (ShouldReportError()) REPORT("valid pointer returned, error: errno not kept\n"); in NULLReturn()
792 … if (ShouldReportError()) REPORT("nullptr returned, error: errno(%d) != ENOMEM\n", errno); in NULLReturn()
797 if (ShouldReportError()) REPORT("nullptr returned, error: data changed\n"); in NULLReturn()
801 if (FullLog) REPORT("realloc end\n"); in NULLReturn()
802 if (CountErrors) REPORT("%s\n",strError); in NULLReturn()
803 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
822 if (FullLog) REPORT("\nUnique pointer using 0\n"); in UniquePointer()
835 if (FullLog) REPORT("malloc...."); in UniquePointer()
841 REPORT("error, detect non-zero at %p\n", (char*)MasPointer[i]+badOff-1); in UniquePointer()
845 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
846 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
858 if (FullLog) REPORT("calloc...."); in UniquePointer()
864 REPORT("error, detect non-zero at %p\n", (char*)MasPointer[i]+badOff-1); in UniquePointer()
868 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
869 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
882 if (FullLog) REPORT("realloc...."); in UniquePointer()
889 if (CountErrors) REPORT("%s\n",strError); in UniquePointer()
890 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
913 if (FullLog) REPORT("\ncall free with parameter nullptr...."); in Free_NULL()
921 … if (ShouldReportError()) REPORT("error is found by a call free with parameter nullptr\n"); in Free_NULL()
924 if (CountErrors) REPORT("%s\n",strError); in Free_NULL()
925 else if (FullLog) REPORT("%s\n",strOk); in Free_NULL()
1011 REPORT("Known issue: some tests are skipped on macOS\n"); in RunAllTests()
1016 if (FullLog) REPORT("Tests for %d threads ended\n", total_threads); in RunAllTests()