]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Disable incomplete t-ntp_signd.c test. Harlan Stenn.
authorHarlan Stenn <stenn@ntp.org>
Sun, 17 Jan 2016 09:03:57 +0000 (09:03 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 17 Jan 2016 09:03:57 +0000 (09:03 +0000)
bk: 569b58fd8D6_xRLanGdg14giBrLSHQ

ChangeLog
tests/ntpd/t-ntp_signd.c

index fb72336a3e524be75dcd3e775512712354962efb..7f336f64dcc0841e0da3a0f581217cabdab0da93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
 * [Bug 2985] bogus calculation in authkeys.c perlinger@ntp.org
   - implement 'auth_log2()' using integer bithack instead of float calculation
 * Make leapsec_query debug messages less verbose.  Harlan Stenn.
+* Disable incomplete t-ntp_signd.c test.  Harlan Stenn.
 
 ---
 (4.2.8p5) 2016/01/07 Released by Harlan Stenn <stenn@ntp.org>
index 534c940d22c1dea14464463ea7fdd8a7dbbd2312..40e7ac07a612d49b45aea72668abb6c2bc5e3ea0 100644 (file)
@@ -139,6 +139,7 @@ test_send_packet(void)
 void
 test_recv_packet(void)
 {
+#if 0
        int fd = ux_socket_connect("/socket");
 
        TEST_ASSERT_TRUE(isGE(fd, 0));
@@ -152,6 +153,9 @@ test_recv_packet(void)
        TEST_ASSERT_EQUAL(0,temp); //0 because nobody sent us anything (yet!)
 
        (void)close(fd);
+#else
+       TEST_IGNORE_MESSAGE("test_recv_packet() needs work");
+#endif
        return;
 }