Skip to content

Commit

Permalink
i#5365: Infinite loop in linux.fib-conflict test when built with -O3
Browse files Browse the repository at this point in the history
Remove linux.fib-conflict from list of tests to be builts with -03.

The cause of the infinite loop is hard to determine, being caused by the
linker script.

As this is not a DynamoRIO issue, and this test often fails at the
moment anyway, just build it without -O3 for now.

Issue: #5365
  • Loading branch information
philramsey-arm committed Feb 9, 2024
1 parent 55da514 commit 1664d39
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 @@ -520,7 +520,7 @@ set(sve_tests
linux.threadexit linux.threadexit2 linux.signalfd linux.alarm
linux.signal_racesys linux.signal_pre_syscall linux.bad-signal-stack
linux.sigsuspend linux.sigmask linux.mangle_asynch linux.app_tls
linux.readlink linux.fib-conflict linux.fib-static linux.fib-pie linux.vfork
linux.readlink linux.fib-static linux.fib-pie linux.vfork
pthreads.pthreads pthreads.pthreads_exit pthreads.ptsig
pthreads.pthreads_fork_FLAKY security-linux.trampoline linux.infloop
linux.rseq_disable security-common.codemod security-common.ret_noncall_trace
Expand Down

0 comments on commit 1664d39

Please sign in to comment.