Skip to content

Commit b5e9fa1

Browse files
committed
Update compatibility tests list in CI
1 parent 9ba4d62 commit b5e9fa1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/reusable_compatibility.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
UMF_LOG: level:warning;flush:debug;output:stderr;pid:no
386386
LD_LIBRARY_PATH: ${{github.workspace}}/latest_version/build/lib/
387387
run: |
388-
ctest --verbose -E "test_memoryProvider|test_disjoint_pool"
388+
ctest --verbose -E "test_memoryProvider|test_disjoint_pool|test_provider_level_zero|test_provider_level_zero_dlopen_global|test_provider_level_zero_dlopen_local"
389389
390390
- name: Run disabled tests individually with latest UMF libs (warnings enabled)
391391
working-directory: ${{github.workspace}}/tag_version/build
@@ -395,6 +395,9 @@ jobs:
395395
run: |
396396
test/test_memoryProvider --gtest_filter="-*Trace"
397397
test/test_disjoint_pool --gtest_filter="-test.internals"
398+
test/test_provider_level_zero --gtest_filter="-*allocInvalidSize/2"
399+
test/test_provider_level_zero_dlopen_global --gtest_filter="-*allocInvalidSize/2"
400+
test/test_provider_level_zero_dlopen_local --gtest_filter="-*allocInvalidSize/2
398401
399402
# Browse all folders in the examples directory, build them using the
400403
# latest UMF version, and run them, excluding those in the exclude list.

0 commit comments

Comments
 (0)