Skip to content

Commit

Permalink
tests: Disable more failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm committed May 29, 2024
1 parent dd58316 commit 037a80b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,17 @@ add_subdirectory(minimal)
# FIXME: This test is only used for aarch64 since we need to build criterion
# from source to support Aarch64
add_subdirectory(minimal_no_criterion)
add_subdirectory(mmap_loop)
# TODO: support C++ namespaces
#add_subdirectory(namespaces)
add_subdirectory(recursion)
add_subdirectory(ro_sharing)
# We don't actually compile the `omit_wrappers` test, but it is picked up by LIT.
add_subdirectory(shared_data)
add_subdirectory(simple1)
add_subdirectory(trusted_indirect)
add_subdirectory(trusted_direct)
add_subdirectory(untrusted_indirect)
add_subdirectory(two_keys_minimal)
add_subdirectory(two_shared_ranges)
add_subdirectory(global_fn_ptr)
add_subdirectory(rewrite_fn_ptr_eq)
add_subdirectory(rewrite_macros)
# The following tests are not supported on ARM64 yet
if (NOT LIBIA2_AARCH64)
Expand All @@ -89,4 +85,10 @@ if (NOT LIBIA2_AARCH64)
add_subdirectory(structs)
# uses criterion API which we don't spoof yet
add_subdirectory(should_segfault)
# not sure why this is failing
add_subdirectory(mmap_loop)
# we don't support call gates for indirect transitions yet
add_subdirectory(simple1)
add_subdirectory(trusted_indirect)
add_subdirectory(rewrite_fn_ptr_eq)
endif()

0 comments on commit 037a80b

Please sign in to comment.