Skip to content

Commit e52a28e

Browse files
committed
Revert disabling Gtests
Signed-off-by: NirWolfer <[email protected]>
1 parent f660eef commit e52a28e

File tree

6 files changed

+0
-11
lines changed

6 files changed

+0
-11
lines changed

tests/gtest/extra_api/extra_poll.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ TEST_F(socketxtreme_poll, ti_3)
393393
*/
394394
TEST_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;

tests/gtest/tcp/tcp_event.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ TEST_F(tcp_event, DISABLED_ti_1)
6666

6767
TEST_F(tcp_event, ti_2)
6868
{
69-
GTEST_SKIP() << "Skipping this test";
7069
int rc = EOK;
7170
int fd;
7271
struct epoll_event event;

tests/gtest/tcp/tcp_send.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ TEST_F(tcp_send, ti_2)
102102
*/
103103
TEST_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");

tests/gtest/tcp/tcp_sockopt.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ class tcp_with_fifo : public testing::TestWithParam<setsockopt_param> {
892892
*/
893893
TEST_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;

tests/gtest/udp/udp_bind.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ class pktinfo : public udp_base {
548548
*/
549549
TEST_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();

tests/gtest/xliod/xliod_flow.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class xliod_flow : public xliod_base {
7979
*/
8080
TEST_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
*/
126125
TEST_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
*/
181179
TEST_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
*/
244241
TEST_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
*/
316312
TEST_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
*/
362357
TEST_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

0 commit comments

Comments
 (0)