Bug 93372 - cairo 1.15.2 make check fails with Intel icc 16.0.1
Summary: cairo 1.15.2 make check fails with Intel icc 16.0.1
Status: RESOLVED INVALID
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 16:17 UTC by javier.moreno
Modified: 2016-08-18 19:32 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description javier.moreno 2015-12-14 16:17:47 UTC
Hi,

I've tried cairo with the following settings:

export CC=icc
export CFLAGS='-O3 -xHost -ip'
export CXX=icc
export CXXFLAGS='-O3 -xHost -ip'

./configure --prefix=$HOME
make  
make install 

make check fails:

What is wrong?
============================================================================
Testsuite summary for cairo 1.15.2
============================================================================
# TOTAL: 6
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to http://bugs.freedesktop.org/enter_bug.cgi?product=cairo
============================================================================
make[5]: *** [test-suite.log] Error 1
make[5]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src'
make[4]: *** [check-TESTS] Error 2
make[4]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2'
make: *** [check] Error 2
Comment 1 Darxus 2016-08-18 19:32:16 UTC
This appears to have been true for quite some time.

If you "See test/test-suite.log" (as mentioned in the output), I expect you will find an awful lot of tests have failed.  This is what it looks like when one or thousands of tests have failed.

https://www.phoronix.com/scan.php?page=news_item&px=Cairo-Tests-Failing

While it concerns me, I don't think having a bug open saying that tests fail without any details is very useful.  

I've been opening more specific bugs, like these:
https://bugs.freedesktop.org/show_bug.cgi?id=97400
https://bugs.freedesktop.org/show_bug.cgi?id=97401

And I'm working on updating the test/README to reflect this situation:
https://lists.cairographics.org/archives/cairo/2016-August/027716.html


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.