We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd45f7b commit c8692deCopy full SHA for c8692de
1 file changed
io/io/test/CMakeLists.txt
@@ -71,4 +71,18 @@ if(NOT _32BIT)
71
MACRO testLargeCollection.cxx+
72
OUTREF testLargeCollection.ref
73
FIXTURES_REQUIRED io-io-testcoll-fixture)
74
+
75
+ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
76
+ set_tests_properties(io-io-test-testLargeCollections PROPERTIES
77
+ LABELS "alma10;arm64"
78
+ RESOURCE_LOCK testLargeCollections_oom
79
+ )
80
+ add_test(NAME io-io-test-testLargeCollections-postcheck
81
+ COMMAND bash -c "dmesg | grep -iE 'oom|killed process' | tail -20 || true"
82
83
+ set_tests_properties(io-io-test-testLargeCollections-postcheck PROPERTIES
84
+ DEPENDS io-io-test-testLargeCollections
85
86
87
+ endif()
88
endif()
0 commit comments