summaryrefslogtreecommitdiff
path: root/debian/patches/disable-gdc-tests.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable-gdc-tests.diff')
-rw-r--r--debian/patches/disable-gdc-tests.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/disable-gdc-tests.diff b/debian/patches/disable-gdc-tests.diff
new file mode 100644
index 0000000..abeb77d
--- /dev/null
+++ b/debian/patches/disable-gdc-tests.diff
@@ -0,0 +1,16 @@
+# DP: Disable D tests, hang on many buildds
+
+Index: b/src/gcc/d/Make-lang.in
+===================================================================
+--- a/src/gcc/d/Make-lang.in
++++ b/src/gcc/d/Make-lang.in
+@@ -284,6 +284,6 @@ d.stagefeedback: stagefeedback-start
+ # check targets. However, our DejaGNU framework requires 'check-gdc' as its
+ # entry point. We feed the former to the latter here.
+ check-d: check-gdc
+-lang_checks += check-gdc
+-lang_checks_parallelized += check-gdc
+-check_gdc_parallelize = 10
++#lang_checks += check-gdc
++#lang_checks_parallelized += check-gdc
++#check_gdc_parallelize = 10