Skip to content

Commit

Permalink
Merge pull request #5704 from grom72/test-fix-5700
Browse files Browse the repository at this point in the history
test: disable obj_sync/TEST[2,5-6] for all configurations until #5646 is fixed
  • Loading branch information
janekmi committed May 31, 2023
2 parents 3ae92ae + b0c2916 commit 1a5ca6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions src/test/obj_sync/TEST2 → src/test/obj_sync/DISABLE_TEST2
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
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
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

0 comments on commit 1a5ca6e

Please sign in to comment.