From c4f42011fcb3b322ab54ff1c8f6e043ae75200f9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 9 Mar 2015 01:00:02 -0400 Subject: [PATCH] Disable test with z buffer tearing --- scripts/travis-ci.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index d0f46890..21e4725c 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -15,6 +15,7 @@ fi # opencsgtest_rotate_extrude-tests - Fails on Ubuntu 12.04 using Gallium 0.4 drivers # opencsgtest_text-font-direction-tests - Fails due to old freetype (issue #899) # throwntogethertest_issue964 - Fails due to non-planar quad being tessellated slightly different +# opencsgtest_issue1165 - z buffer tearing ctest -j8 -E "\ opencsgtest_rotate_extrude-tests|\ opencsgtest_render-tests|\ @@ -32,7 +33,8 @@ cgalpngtest_text-font-direction-tests|\ opencsgtest_text-font-direction-tests|\ csgpngtest_text-font-direction-tests|\ throwntogethertest_text-font-direction-tests|\ -throwntogethertest_issue964\ +throwntogethertest_issue964|\ +opencsgtest_issue1165\ " if [[ $? != 0 ]]; then echo "Test failure"