Skip to content

Commit 5dfe9e8

Browse files
committed
Remove failing DMD test which requires gdb 8
1 parent da0b664 commit 5dfe9e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildkite/build_project.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,10 @@ case "$REPO_FULL_NAME" in
244244
rm -rf "$TMP" && mkdir -p "$TMP"
245245
# patch makefile which requires gdb 8 - see https://github.com/dlang/ci/pull/301
246246
sed "s/TESTS+=rt_trap_exceptions_drt_gdb//" -i druntime/test/exceptions/Makefile
247-
cd "$(basename "${REPO_FULL_NAME}")"&& make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
247+
# remove tests which require gdb 8 for now (see https://github.com/dlang/ci/pull/291)
248+
rm dmd/test/runnable/gdb{1,10311,14225,14276,14313,14330}.d
249+
rm dmd/test/runnable/gdb15729.sh
250+
cd "$(basename "${REPO_FULL_NAME}")" && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
248251
rm -rf "$TMP"
249252
;;
250253

0 commit comments

Comments
 (0)