Skip to content

Commit

Permalink
i#1578,i#4474 arm detach: Enable api.startstop on arm (#4715)
Browse files Browse the repository at this point in the history
The api.startstop test was crashing previously, but one of the many
recent fixes seems to have addressed that problem.  It now runs to
completion 1000x in a row on AArch64.

Issue: #1578, #4474
  • Loading branch information
derekbruening authored Feb 5, 2021
1 parent edadb51 commit 01e4b64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2830,10 +2830,8 @@ if (CLIENT_INTERFACE)
endif ()
endif (ARM)

if (NOT AARCHXX) # TODO i#1578: Crashing on AArch64.
tobuild_api(api.startstop api/startstop.c "" "" OFF OFF)
link_with_pthread(api.startstop)
endif ()
tobuild_api(api.startstop api/startstop.c "" "" OFF OFF)
link_with_pthread(api.startstop)
tobuild_api(api.detach api/detach.c "" "" OFF OFF)
link_with_pthread(api.detach)
if (LINUX AND X64) # Will take extra work to port to 32-bit.
Expand Down

0 comments on commit 01e4b64

Please sign in to comment.