From 9785a3cc148ad93dba1ea153f3390d6aab514755 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 19 Sep 2022 17:09:34 +0200 Subject: Temporary: don't run the regression/stringlit and regression/charlit tests Some versions of the glibc standard header `` are not compatible with CompCert, causing the tests to fail on our CI. --- test/regression/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit