Skip to content

Commit 49e6798

Browse files
committed
Remove failing DMD test which requires gdb 8
1 parent 836925c commit 49e6798

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

buildkite/build_project.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ case "$REPO_FULL_NAME" in
259259
export TEMP="$TMP"
260260
export TMPDIR="$TMP"
261261
rm -rf "$TMP" && mkdir -p "$TMP"
262-
cd "$(basename "${REPO_FULL_NAME}")"&& make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
262+
# remove tests which require gdb 8 for now (see https://github.com/dlang/ci/pull/291)
263+
rm -rf dmd/test/runnable/gdb{1,10311,14255,14276,14313,13330}.d
264+
rm -rf dmd/test/runnable/gdb15729.sh
265+
cd "$(basename "${REPO_FULL_NAME}")" && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
263266
rm -rf "$TMP"
264267
;;
265268

0 commit comments

Comments
 (0)