From a300cddfb52874b07f37991c5183d791366a96a1 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 6 Jan 2015 00:14:14 -0500 Subject: [PATCH] Suppress a few test cases triggering Gallium bugs on Ubuntu-12.04 --- scripts/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 1f7cbc22..cc904ad3 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -13,7 +13,7 @@ if [[ $? != 0 ]]; then fi # Exclude tests known the cause issues on Travis # opencsgtest_rotate_extrude-tests - Fails on Ubuntu 12.04 using Gallium 0.4 drivers -ctest -j8 -E "opencsgtest_rotate_extrude-tests|opencsgtest_render-tests|opencsgtest_rotate_extrude-hole|opencsgtest_internal-cavity|opencsgtest_internal-cavity-polyhedron|opencsgtest_minkowski3-erosion" +ctest -j8 -E "opencsgtest_rotate_extrude-tests|opencsgtest_render-tests|opencsgtest_rotate_extrude-hole|opencsgtest_internal-cavity|opencsgtest_internal-cavity-polyhedron|opencsgtest_minkowski3-erosion|opencsgtest_issue835|opencsgtest_issue911|opencsgtest_issue913" if [[ $? != 0 ]]; then echo "Test failure" exit 1