From 5898b7967341e4612ccf7b7b7bf7326376378661 Mon Sep 17 00:00:00 2001 From: abv Date: Thu, 18 Aug 2016 08:41:49 +0300 Subject: [PATCH] // test correction --- tests/bugs/vis/bug23226 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/bugs/vis/bug23226 b/tests/bugs/vis/bug23226 index 5cdf5d42ec..fdf76f443d 100755 --- a/tests/bugs/vis/bug23226 +++ b/tests/bugs/vis/bug23226 @@ -319,6 +319,7 @@ for {set vbo_enable 0} {$vbo_enable < 2} {incr vbo_enable} { # # 4: vertices, bounds and edges # + generate_points -140 0 0 $colorG_R $colorG_G $colorG_B eval vdrawparray poly04 polygons $vbo_enable $pts01 $pts02 $pts03 $pts04 $pts05 $pts06 ( b 5 ( e 4 e 2 e 1 e 3 e 6 )), ( b 3 ( e 6 e 3 e 5 )) @@ -326,8 +327,9 @@ for {set vbo_enable 0} {$vbo_enable < 2} {incr vbo_enable} { vfit # dump resulted image - if { $vbo_enable == 0 } { vfeedback; vdump ${imagedir}/$ImageName1 } - if { $vbo_enable == 1 } { vfeedback; vdump ${imagedir}/$ImageName2 } +# vfeedback ;# fails on Intel HD 4600 with FPE signals armed + if { $vbo_enable == 0 } { vdump ${imagedir}/$ImageName1 } + if { $vbo_enable == 1 } { vdump ${imagedir}/$ImageName2 } } -- 2.39.5