aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-09-19 17:09:34 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2022-09-19 17:09:34 +0200
commit9785a3cc148ad93dba1ea153f3390d6aab514755 (patch)
tree3eec9f10b4de1c6d6a446b1ec21d886f9b66a7a3
parent994c6c34182606385140e5695e33c90507ce59ee (diff)
downloadcompcert-9785a3cc148ad93dba1ea153f3390d6aab514755.tar.gz
compcert-9785a3cc148ad93dba1ea153f3390d6aab514755.zip
Temporary: don't run the regression/stringlit and regression/charlit tests
Some versions of the glibc standard header `<uchar.h>` are not compatible with CompCert, causing the tests to fail on our CI.
-rw-r--r--test/regression/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 53719900..536b7264 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -16,7 +16,9 @@ TESTS=int32 int64 floats floats-basics floats-lit \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 for2 switch switch2 compound \
decl1 bitfields9 ptrs3 \
- parsing krfun ifconv generic stringlit charlit
+ parsing krfun ifconv generic
+
+# stringlit charlit # temporarily removed
# Can run, but only in compiled mode, and have reference output in Results