Skip to content

Commit

Permalink
Add X86 to the set_tests_properties conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankyluk committed Mar 28, 2024
1 parent f564cd8 commit d0a3cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6231,7 +6231,7 @@ endif ()
# The following tests are excluded until they are fixed.
# LINUX_XARCH_TEST is defined only for x86-64 linux.xarch test which don't
# have the following tests, so we need to skip set_tests_properties.
if (UNIX AND CPU_AMD AND NOT DR_HOST_X64 AND NOT LINUX_XARCH_TEST)
if (UNIX AND X86 AND CPU_AMD AND NOT DR_HOST_X64 AND NOT LINUX_XARCH_TEST)
set_tests_properties(
code_api|api.detach
code_api|api.detach_spawn_quick_exit
Expand Down

0 comments on commit d0a3cfd

Please sign in to comment.