[binutils-gdb] gdb.rocm/multi-inferior-gpu.exp: Use allow_fork_tests
Pedro Alves via Gdb-cvs <[email protected]> Mon, 6 Jul 2026 22:38:31 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=62e94c494e814d031dfe7d3962c0ccdad1f3ea47 commit 62e94c494e814d031dfe7d3962c0ccdad1f3ea47 Author: Pedro Alves <[email protected]> Date: Wed Aug 6 02:37:08 2025 +0100 gdb.rocm/multi-inferior-gpu.exp: Use allow_fork_tests The program of gdb.rocm/multi-inferior-gpu.exp uses fork, so make the testcase require allow_fork_tests. Approved-by: Lancelot Six <[email protected]> (amdgpu) Change-Id: I4c762be8d19c168f15962c68f8cbcc22ec3d6556 Diff: --- gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp b/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp index f632ca3bd85..5e07e4d982c 100644 --- a/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp +++ b/gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp @@ -22,6 +22,7 @@ standard_testfile .cpp require allow_hipcc_tests require hip_devices_support_debug_multi_process +require allow_fork_tests if {[build_executable "failed to prepare" $testfile $srcfile {debug hip}]} { return