aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar xclerc <xavier.clerc@inria.fr>2013-11-28 11:12:58 +0100
committerGravatar xclerc <xavier.clerc@inria.fr>2013-11-28 11:12:58 +0100
commit26b42b8f300a6d11fc2e9880e349b17d03d46e31 (patch)
tree30c126e8180f35de91882d0cc78902dffb5dceb8 /test-suite/Makefile
parent5d041b0f1c416f5def8e82a64f7bdd77b5c36103 (diff)
Testsuite: remove the logic for 'bugs/opened/shouldnotsucceed' (unused)
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index cc39e8ac2..07ed8d3a6 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -151,23 +151,6 @@ summary.log:
# All files are assumed to have <# of the bug>.v as a name
-# Opened bugs that should not succeed (FIXME: there were no such tests
-# at the time of writing this Makefile, but the possibility was in the
-# original shellscript... so left it here, but untested)
-$(addsuffix .log,$(wildcard bugs/opened/shouldnotsucceed/*.v)): %.v.log: %.v
- @echo "TEST $<"
- $(HIDE){ \
- $(call test_intro,$<); \
- $(command) "$<" 2>&1; R=$$?; times; \
- if [ $$R = 0 ]; then \
- echo $(log_success); \
- echo " $<...still active"; \
- else \
- echo $(log_failure); \
- echo " $<...Error! (bug seems to be closed, please check)";
- fi;
- } > "$@"
-
# Opened bugs that should not fail
$(addsuffix .log,$(wildcard bugs/opened/shouldnotfail/*.v)): %.v.log: %.v
@echo "TEST $<"