Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: disable obj_sync/TEST[2,5-6] for all configurations until #5646 is fixed #5704

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/test/obj_sync/TEST2 → src/test/obj_sync/DISABLE_TEST2
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
# src/test/obj_sync/TEST2 -- unit test for PMEM-resident locks
#

# XXX disable the test for 'helgrind'
# until https://github.com/pmem/pmdk/issues/5646 is fixed
# by adding the prefix DISABLE_ to the script name.

. ../unittest/unittest.sh

require_test_type medium

require_fs_type none
require_build_type debug nondebug
# XXX disable the test for 'drd' and 'helgrind'
# until https://github.com/pmem/pmdk/issues/5646 is fixed.
#require_valgrind 3.10
#configure_valgrind helgrind force-enable
configure_valgrind drd force-disable
configure_valgrind helgrind force-disable
require_valgrind 3.10
configure_valgrind helgrind force-enable

setup

Expand Down
12 changes: 6 additions & 6 deletions src/test/obj_sync/TEST5 → src/test/obj_sync/DISABLE_TEST5
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
# src/test/obj_sync/TEST5 -- unit test for PMEM-resident locks
#

# XXX disable the test for 'drd'
# until https://github.com/pmem/pmdk/issues/5646 is fixed
# by adding the prefix DISABLE_ to the script name.

. ../unittest/unittest.sh

require_test_type medium

require_fs_type none
require_build_type debug nondebug
# XXX disable the test for 'drd' and 'helgrind'
# until https://github.com/pmem/pmdk/issues/5646 is fixed.
#require_valgrind 3.10
#configure_valgrind drd force-enable
configure_valgrind drd force-disable
configure_valgrind helgrind force-disable
require_valgrind 3.10
configure_valgrind drd force-enable
setup

expect_normal_exit ./obj_sync$EXESUFFIX c 10 5
Expand Down
12 changes: 6 additions & 6 deletions src/test/obj_sync/TEST6 → src/test/obj_sync/DISABLE_TEST6
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
# src/test/obj_sync/TEST6 -- unit test for PMEM-resident locks
#

# XXX disable the test for 'helgrind'
# until https://github.com/pmem/pmdk/issues/5646 is fixed
# by adding the prefix DISABLE_ to the script name.

. ../unittest/unittest.sh

require_test_type medium

require_fs_type none
require_build_type debug nondebug
# XXX disable the test for 'drd' and 'helgrind'
# until https://github.com/pmem/pmdk/issues/5646 is fixed.
#require_valgrind 3.10
#configure_valgrind helgrind force-enable
configure_valgrind drd force-disable
configure_valgrind helgrind force-disable
require_valgrind 3.10
configure_valgrind helgrind force-enable
setup

expect_normal_exit ./obj_sync$EXESUFFIX c 10 5
Expand Down