Skip to content

Commit

Permalink
test: exclude core_log* from pmemcheck and/or memcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Mar 11, 2024
1 parent 62299c5 commit 41727d9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/core_log/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@g.require_granularity(g.ANY)
@t.require_valgrind_disabled('pmemcheck')
# The 'nondebug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build('nondebug')
Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_default_function/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@g.require_granularity(g.ANY)
@t.require_valgrind_disabled('pmemcheck')
# The 'debug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build('debug')
Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_function_mt/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@g.require_granularity(g.ANY)
@t.require_valgrind_disabled('pmemcheck', 'memcheck')
# The 'nondebug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build('nondebug')
Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_internal/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@g.require_granularity(g.ANY)
@t.require_build('nondebug')
@t.require_valgrind_disabled('pmemcheck')
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_max/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@g.require_granularity(g.ANY)
@t.require_build('nondebug')
@t.require_valgrind_disabled('pmemcheck')
class CORE_LOG(t.BaseTest):
test_type = t.Short

Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_no_func/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@g.require_granularity(g.ANY)
@t.require_valgrind_disabled('pmemcheck')
# The 'nondebug' build is chosen arbitrarily to ensure these tests are run only
# once. No dynamic libraries are used nor .static_* builds are available.
@t.require_build('nondebug')
Expand Down
1 change: 1 addition & 0 deletions src/test/core_log_threshold_mt/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@g.require_granularity(g.ANY)
@t.require_build('nondebug')
@t.require_valgrind_disabled('pmemcheck', 'memcheck')
class CORE_LOG_MT(t.BaseTest):
test_type = t.Short

Expand Down

0 comments on commit 41727d9

Please sign in to comment.