
19 Nov
2014
19 Nov
'14
10:04 p.m.
On 19-11-2014 12:32, Alex Valavanis wrote:
At the moment, all our tests (both working and broken) are lumped into one "known failure" target. AFAIK, the broken tests are:
svg-affine-test.h svg-path-geom-test.h curve-test.h
There were more, I just fixed a few. And I see that on Windows, not all tests are run...
Yes, we should remove the XFAIL_TESTS line from src/Makefile.am... but we'd also need to do one of the following:
- Fix all the broken tests, listed above
This. Trying to gather the energy for it!
- Johan
- Just remove them from the CXXTEST_TESTSUITES macro in
src/Makefile_insert and delete them from the repo. 3. Create a separate "cxxtests_failures" target for these tests in src/Makefile.am, and put that into the XFAIL_TESTS rule, rather than the entire check_PROGRAMS list.
AV