File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ TEST_F(socketxtreme_poll, ti_3)
393393 */
394394TEST_F (socketxtreme_poll, ti_4_socket_isolation)
395395{
396- GTEST_SKIP () << " Skipping this test" ;
397396 int rc = EOK;
398397 int fd;
399398 int optval = SO_XLIO_ISOLATE_SAFE;
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ TEST_F(tcp_event, DISABLED_ti_1)
6666
6767TEST_F (tcp_event, ti_2)
6868{
69- GTEST_SKIP () << " Skipping this test" ;
7069 int rc = EOK;
7170 int fd;
7271 struct epoll_event event;
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ TEST_F(tcp_send, ti_2)
102102 */
103103TEST_F (tcp_send, null_iov_elements)
104104{
105- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
106105 std::string buff1 (" abcd" );
107106 std::string buff2 (" efgh" );
108107 std::string buff3 (" ijkl" );
Original file line number Diff line number Diff line change @@ -892,7 +892,6 @@ class tcp_with_fifo : public testing::TestWithParam<setsockopt_param> {
892892 */
893893TEST_P (tcp_with_fifo, accepted_socket_inherits_the_setsockopt_param)
894894{
895- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
896895 SKIP_TRUE (!getenv (" XLIO_TCP_CTL_THREAD" ), " Skip non default XLIO_TCP_CTL_THREAD" );
897896
898897 int level, optname, value;
Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ class pktinfo : public udp_base {
548548 */
549549TEST_F (pktinfo, check_recvmsg_returns_expected_pktinfo)
550550{
551- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
552551 int pid = fork ();
553552 if (0 == pid) { /* Child-client code */
554553 client_func ();
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ class xliod_flow : public xliod_base {
7979 */
8080TEST_F (xliod_flow, ti_1)
8181{
82- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
8382 int rc = 0 ;
8483 struct xlio_hdr answer;
8584
@@ -125,7 +124,6 @@ TEST_F(xliod_flow, ti_1)
125124 */
126125TEST_F (xliod_flow, ti_2)
127126{
128- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
129127 int rc = 0 ;
130128 struct xlio_hdr answer;
131129
@@ -180,7 +178,6 @@ TEST_F(xliod_flow, ti_2)
180178 */
181179TEST_F (xliod_flow, ti_3)
182180{
183- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
184181 int rc = 0 ;
185182 struct xlio_hdr answer;
186183
@@ -243,7 +240,6 @@ TEST_F(xliod_flow, ti_3)
243240 */
244241TEST_F (xliod_flow, ti_4)
245242{
246- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
247243 int rc = 0 ;
248244 struct xlio_hdr answer;
249245
@@ -315,7 +311,6 @@ TEST_F(xliod_flow, ti_4)
315311 */
316312TEST_F (xliod_flow, ti_5)
317313{
318- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
319314 int rc = 0 ;
320315 struct xlio_hdr answer;
321316
@@ -361,7 +356,6 @@ TEST_F(xliod_flow, ti_5)
361356 */
362357TEST_F (xliod_flow, ti_6)
363358{
364- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
365359 int rc = 0 ;
366360 struct xlio_hdr answer;
367361
You can’t perform that action at this time.
0 commit comments