Skip to content

Commit

Permalink
i#1729,i#1551 burst test: disable test on ARM
Browse files Browse the repository at this point in the history
Disables the burst_static test on ARM as it uses the startstop interface
which is still NYI there.

Review-URL: https://codereview.appspot.com/310930043
  • Loading branch information
derekbruening committed Sep 20, 2016
1 parent 65df810 commit 5509385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2434,8 +2434,9 @@ if (CLIENT_INTERFACE)
torunonly_drcacheoff(simple ${ci_shared_app})

# FIXME i#2007: fails to link on A64
# XXX i#1551: startstop API is NYI on ARM
# XXX i#1997: dynamorio_static is not supported on Mac yet
if (NOT AARCH64 AND NOT APPLE)
if (NOT AARCH64 AND NOT ARM AND NOT APPLE)
torunonly_drcacheoff(burst_static tool.drcacheoff.burst_static)
set(tool.drcacheoff.burst_static_nodr ON)
endif ()
Expand Down

0 comments on commit 5509385

Please sign in to comment.