[PPL-devel] [GIT] ppl/ppl(devel): Expensive test commented out.

Roberto Bagnara roberto.bagnara at bugseng.com
Sun Aug 9 19:54:11 CEST 2020


Module: ppl/ppl
Branch: devel
Commit: bea9ad43d3c943eda537faddd6afb8d01c156ea3
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bea9ad43d3c943eda537faddd6afb8d01c156ea3

Author: Roberto Bagnara <roberto.bagnara at bugseng.com>
Date:   Sun Aug  9 19:53:50 2020 +0200

Expensive test commented out.

---

 tests/Grid/concatenate1.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/Grid/concatenate1.cc b/tests/Grid/concatenate1.cc
index a49f27f24..b46074f88 100644
--- a/tests/Grid/concatenate1.cc
+++ b/tests/Grid/concatenate1.cc
@@ -298,6 +298,7 @@ test09() {
   return ok;
 }
 
+#if 0
 // Space dimension exception.
 bool
 test11() {
@@ -324,6 +325,7 @@ test11() {
   }
   return false;
 }
+#endif
 
 } // namespace
 




More information about the PPL-devel mailing list