mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
gitlab-ci: Add --with-valid to medium config
Building --with-valid --without-regexps enables some rarely tested code. There's an additional test failure in runxmlconf without regexps.
This commit is contained in:
parent
cd220b93d8
commit
ab62fc27e8
@ -30,7 +30,7 @@ gcc:medium:
|
||||
extends: .test
|
||||
variables:
|
||||
BASE_CONFIG: "--with-minimum"
|
||||
CONFIG: "--with-threads --with-tree --with-xpath --with-output --with-html --with-iso8859x"
|
||||
CONFIG: "--with-threads --with-tree --with-xpath --with-output --with-html --with-iso8859x --with-valid"
|
||||
CFLAGS: "-O2"
|
||||
|
||||
gcc:legacy:
|
||||
|
@ -29,7 +29,11 @@
|
||||
static FILE *logfile = NULL;
|
||||
static int verbose = 0;
|
||||
|
||||
#define NB_EXPECTED_ERRORS 15
|
||||
#ifdef LIBXML_REGEXP_ENABLED
|
||||
#define NB_EXPECTED_ERRORS 15
|
||||
#else
|
||||
#define NB_EXPECTED_ERRORS 16
|
||||
#endif
|
||||
|
||||
|
||||
const char *skipped_tests[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user