From e2525d84404fffd30acc7041754a446cfb57e26c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 4 Jun 2022 12:22:11 -0400 Subject: [PATCH] Tests: Fix racy tests for develop-v5. --- test_regress/t/t_gen_forif.pl | 3 --- test_regress/t/t_gen_intdot.pl | 3 --- 2 files changed, 6 deletions(-) diff --git a/test_regress/t/t_gen_forif.pl b/test_regress/t/t_gen_forif.pl index 7c4d3f6e5..bc8663a80 100755 --- a/test_regress/t/t_gen_forif.pl +++ b/test_regress/t/t_gen_forif.pl @@ -10,9 +10,6 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di scenarios(simulator => 1); -# FIXMEV5: fix -skip("This test is racy, needs fixing"); - compile( nc_flags2 => ['+access+r'], ); diff --git a/test_regress/t/t_gen_intdot.pl b/test_regress/t/t_gen_intdot.pl index 54e5c830d..b46d46042 100755 --- a/test_regress/t/t_gen_intdot.pl +++ b/test_regress/t/t_gen_intdot.pl @@ -10,9 +10,6 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di scenarios(simulator => 1); -# FIXMEV5: fix -skip("This test is racy, needs fixing"); - compile( );