/usr/src/gcc-4.9/debian/patches/disable-gdc-tests.diff is in gcc-4.9-source 4.9.3-13ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # DP: Disable D tests, hang on many buildds
--- a/src/gcc/d/Make-lang.in
+++ b/src/gcc/d/Make-lang.in
@@ -358,8 +358,8 @@
# entry point. We feed the former to the latter here.
check-d: check-gdc
# List of targets that can use the generic check- rule and its // variant.
-lang_checks += check-gdc
-lang_checks_parallelized += check-gdc
+#lang_checks += check-gdc
+#lang_checks_parallelized += check-gdc
# For description see comment above check_gcc_parallelize in gcc/Makefile.in.
check_gdc_parallelize = d_do_test.exp=runnable/*
|