File tree 6 files changed +15
-15
lines changed
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2015-2019 , Intel Corporation
3
+ # Copyright 2015-2023 , Intel Corporation
4
4
5
5
#
6
6
# src/test/obj_pmalloc_mt/TEST0 -- multithreaded allocator test
@@ -16,6 +16,6 @@ configure_valgrind helgrind force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile
19
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST0
20
20
21
21
pass
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2016-2019 , Intel Corporation
3
+ # Copyright 2016-2023 , Intel Corporation
4
4
5
5
#
6
6
# src/test/obj_pmalloc_mt/TEST1 -- multithreaded allocator test
@@ -16,6 +16,6 @@ configure_valgrind helgrind force-disable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile
19
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST1
20
20
21
21
pass
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2015-2019 , Intel Corporation
3
+ # Copyright 2015-2023 , Intel Corporation
4
4
5
5
#
6
6
# src/test/obj_pmalloc_mt/TEST2 -- multithreaded allocator test
@@ -16,6 +16,6 @@ configure_valgrind helgrind force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile
19
+ ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile.TEST2
20
20
21
21
pass
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2015-2019 , Intel Corporation
3
+ # Copyright 2015-2023 , Intel Corporation
4
4
5
5
#
6
6
# src/test/obj_pmalloc_mt/TEST3 -- multithreaded allocator test
@@ -16,6 +16,6 @@ configure_valgrind drd force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile
19
+ ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile.TEST3
20
20
21
21
pass
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ require_fs_type pmem
13
13
require_test_type short
14
14
setup
15
15
16
- if test -f " rm $DIR /testfile" ; then
17
- rm $DIR /testfile
16
+ if test -f " rm $DIR /testfile.TEST8 " ; then
17
+ rm $DIR /testfile.TEST8
18
18
fi
19
19
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
20
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile
20
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST8
21
21
22
- if test -f " rm $DIR /testfile" ; then
23
- rm $DIR /testfile
22
+ if test -f " rm $DIR /testfile.TEST8 " ; then
23
+ rm $DIR /testfile.TEST8
24
24
fi
25
25
26
26
PMEM_IS_PMEM_FORCE=1 expect_abnormal_exit\
27
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile
27
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST8
28
28
29
29
check
30
30
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
- # Copyright 2016-2022 , Intel Corporation
3
+ # Copyright 2016-2023 , Intel Corporation
4
4
5
5
#
6
6
# run-build.sh - is called inside a Docker container; prepares the environment
You can’t perform that action at this time.
0 commit comments