~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/patches/disable-gdc-tests.diff

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Disable D tests, hang on many buildds
 
2
 
 
3
--- a/src/gcc/d/Make-lang.in
 
4
+++ b/src/gcc/d/Make-lang.in
 
5
@@ -358,8 +358,8 @@
 
6
 # entry point.  We feed the former to the latter here.
 
7
 check-d: check-gdc
 
8
 # List of targets that can use the generic check- rule and its // variant.
 
9
-lang_checks += check-gdc
 
10
-lang_checks_parallelized += check-gdc
 
11
+#lang_checks += check-gdc
 
12
+#lang_checks_parallelized += check-gdc
 
13
 # For description see comment above check_gcc_parallelize in gcc/Makefile.in.
 
14
 check_gdc_parallelize = d_do_test.exp=runnable/*
 
15