We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c0d6 commit cdd308aCopy full SHA for cdd308a
tests/CMakeLists.txt
@@ -71,9 +71,11 @@ add_subdirectory(sighandler)
71
# The following tests are not supported on ARM64 yet
72
if (NOT LIBIA2_AARCH64)
73
# not supported on ARM because they allocate
74
- add_subdirectory(heap_two_keys)
+ # TODO(#413): Fix these tests on X86
75
+ # add_subdirectory(heap_two_keys)
76
+ # add_subdirectory(three_keys_minimal)
77
add_subdirectory(read_config)
- add_subdirectory(three_keys_minimal)
78
+
79
# ARM does not support threads yet
80
add_subdirectory(threads)
81
add_subdirectory(protected_threads)
0 commit comments