Skip to content

Commit

Permalink
ci fix: remove flaky tcg test (with sanitizers) follow-fork-mode
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Dec 5, 2024
1 parent 8b64890 commit f31c4db
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 128 deletions.
17 changes: 1 addition & 16 deletions tests/tcg/multiarch/Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -116,29 +116,14 @@ run-gdbstub-catch-syscalls: catch-syscalls
--bin $< --test $(MULTIARCH_SRC)/gdbstub/catch-syscalls.py, \
hitting a syscall catchpoint)

run-gdbstub-follow-fork-mode-child: follow-fork-mode
$(call run-test, $@, $(GDB_SCRIPT) \
--gdb $(GDB) \
--qemu $(QEMU) --qargs "$(QEMU_OPTS)" \
--bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-child.py, \
following children on fork)

run-gdbstub-follow-fork-mode-parent: follow-fork-mode
$(call run-test, $@, $(GDB_SCRIPT) \
--gdb $(GDB) \
--qemu $(QEMU) --qargs "$(QEMU_OPTS)" \
--bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-parent.py, \
following parents on fork)

else
run-gdbstub-%:
$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support")
endif
EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read \
run-gdbstub-proc-mappings run-gdbstub-thread-breakpoint \
run-gdbstub-registers run-gdbstub-prot-none \
run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \
run-gdbstub-follow-fork-mode-parent \
run-gdbstub-catch-syscalls \
run-gdbstub-qxfer-siginfo-read

# ARM Compatible Semi Hosting Tests
Expand Down
56 changes: 0 additions & 56 deletions tests/tcg/multiarch/follow-fork-mode.c

This file was deleted.

40 changes: 0 additions & 40 deletions tests/tcg/multiarch/gdbstub/follow-fork-mode-child.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/tcg/multiarch/gdbstub/follow-fork-mode-parent.py

This file was deleted.

0 comments on commit f31c4db

Please sign in to comment.