Skip to content
Commit 6e115d2b authored by Mathieu Duponchelle's avatar Mathieu Duponchelle
Browse files

make check: mark known-to-fail tests with XFAIL_TESTS.

Without this, make check stopped recursing up at the first
subdirectory failure, in our case in tests/javascript/gtypes,
leading to:

* The incorrect impression that the test suite consisted of
  only 12 tests.

* Making it impossible for make distcheck to pass.

* First-time users wasting time figuring out what in their
  environment was responsible for these failures, as one
  usually expects make check to pass.

See
https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html

https://bugzilla.gnome.org/show_bug.cgi?id=771510
parent 00b01db5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment