| /freebsd-14.2/contrib/ntp/sntp/unity/ |
| H A D | unity.c | 9 #define UNITY_FAIL_AND_BAIL { Unity.CurrentTestFailed = 1; longjmp(Unity.AbortFrame, 1); } 15 struct _Unity Unity; variable 310 if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 0) in UnityConcludeTest() 313 Unity.TestXPASSES++; in UnityConcludeTest() 319 if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 1) in UnityConcludeTest() 347 UnityTestResultsBegin(Unity.TestFile, Unity.CurrentTestLineNumber); in UnityConcludeTest() 349 Unity.TestPasses++; in UnityConcludeTest() 353 else if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 0) in UnityConcludeTest() 356 UnityTestResultsBegin(Unity.TestFile, Unity.CurrentTestLineNumber); in UnityConcludeTest() 358 Unity.TestXPASSES++; in UnityConcludeTest() [all …]
|
| H A D | unity_fixture.c | 81 Unity.CurrentTestFailed = 0; in UnityTestRunner() 82 Unity.TestFile = file; in UnityTestRunner() 90 Unity.NumberOfTests++; in UnityTestRunner() 116 Unity.NumberOfTests++; in UnityIgnoreTest() 117 Unity.CurrentTestIgnored = 1; in UnityIgnoreTest() 312 return Unity.TestFailures; in UnityFailureCount() 371 if (Unity.CurrentTestIgnored) in UnityConcludeFixtureTest() 377 Unity.TestIgnores++; in UnityConcludeFixtureTest() 389 Unity.TestFailures++; in UnityConcludeFixtureTest() 392 Unity.CurrentTestFailed = 0; in UnityConcludeFixtureTest() [all …]
|
| H A D | unity_internals.h | 402 extern struct _Unity Unity; 537 #define TEST_PROTECT() (setjmp(Unity.AbortFrame) == 0) 539 #define TEST_ABORT() {longjmp(Unity.AbortFrame, 1);} 563 #define TEST_LINE_NUM (Unity.CurrentTestLineNumber) 564 #define TEST_IS_IGNORED (Unity.CurrentTestIgnored) 566 Unity.CurrentTestName = a; \ 567 Unity.CurrentTestLineNumber = (UNITY_LINE_TYPE)(__LINE__); \ 568 Unity.NumberOfTests++;
|
| /freebsd-14.2/contrib/ntp/sntp/unity/auto/ |
| H A D | runner_maybe.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \ 45 Unity.TestFile = "../ut-2803.c"; in main()
|
| /freebsd-14.2/contrib/ntp/sntp/tests/ |
| H A D | run-networking.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-t-log.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-kodDatabase.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-keyFile.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-utilities.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-kodFile.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-crypto.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-packetHandling.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-packetProcessing.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| /freebsd-14.2/contrib/ntp/tests/libntp/ |
| H A D | run-realpath.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-digests.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | ntp_unitytest.m4 | 2 dnl NTP_UNITYBUILD - Unity build support
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | NEWS | 2412 the newly-written Unity test programs. These were fixed. 2442 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 2443 * Unity test cleanup. Harlan Stenn. 2839 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 2925 with the latest Unity updates from Mark. Damir Tomić. 3082 * Unity test framework fixes. 6178 the newly-written Unity test programs. These were fixed. 6208 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 6209 * Unity test cleanup. Harlan Stenn. 6691 with the latest Unity updates from Mark. Damir Tomić. [all …]
|
| H A D | CommitLog | 33697 gtest->Unity cleanup 33700 gtest->Unity cleanup 34795 Unity cleanup 34807 Unity cleanup 35704 Unity updates 35707 Unity updates 35710 Unity updates 35713 Unity updates 35716 Unity updates 37094 Unity cleanup [all …]
|
| H A D | ChangeLog | 883 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 884 * Unity test cleanup. Harlan Stenn. 942 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 989 * sntp/tests/packetHandling.c is now using proper Unity's assertions, 1025 * Added declarations to all Unity tests, and did minor fixes to them. 1028 with the latest Unity updates from Mark. Damir Tomić. 1078 * Modified sntp/tests/Makefile.am so it builds Unity framework tests. 1081 * Converted from gtest to Unity: tests/bug-2803/. Damir Tomić 1091 * Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c, 1127 * Unity test framework fixes. [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | elf | 217 >18 leshort 110 PKU-Unity Ltd.,
|
| H A D | filesystems | 2069 >28 byte 20 Unity OS/
|
| /freebsd-14.2/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1794 PRINTFLAG(ACPI_IVMD_UNITY, Unity); in acpi_handle_ivrs_ivmd()
|
| /freebsd-14.2/share/misc/ |
| H A D | pci_vendors | 7204 0006 MPC8245 [Unity] 14865 2306 Unity Fibre Channel Controller 14866 2501 Unity Ethernet Controller 14867 2505 Unity Fibre Channel Controller
|