Skip to content

Commit

Permalink
Remove failing DMD test which requires gdb 8
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Oct 19, 2018
1 parent 1baf52a commit 1e272a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,10 @@ case "$REPO_FULL_NAME" in
ninja -j2 ldc2 druntime-ldc phobos2-ldc
;;

dlang/dmd | \
dlang/dmd)
# remove tests which require gdb 8 for now (see https://github.com/dlang/ci/pull/291)
rm -rf test/runnable/gdb14330.d
;&
dlang/druntime | \
dlang/phobos)
"$DIR"/clone_repositories.sh
Expand Down

0 comments on commit 1e272a5

Please sign in to comment.