From 424eebfb6a624cfd77d12c8b441f97c807eaebf2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 10 Feb 2019 10:46:26 +0000 Subject: [PATCH] Disable broken mzscheme testcases Failing tests due to: -Werror=overflow -Werror=write-strings --- Examples/test-suite/mzscheme/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/test-suite/mzscheme/Makefile.in b/Examples/test-suite/mzscheme/Makefile.in index 4338b9b1f..6a8ef74e4 100644 --- a/Examples/test-suite/mzscheme/Makefile.in +++ b/Examples/test-suite/mzscheme/Makefile.in @@ -16,6 +16,7 @@ apply_strings \ arrays_dimensionless \ arrays_global \ char_strings \ +chartest \ class_scope_weird \ constant_pointers \ cpp_basic \ @@ -52,6 +53,8 @@ nested_template_base \ ordering \ preproc_constants \ samename \ +static_const_member \ +string_constants \ template_default2 \ template_specialization_defarg \ template_typemaps \