e8f93e38de
In preparation for addition of new baseline tests, establish a new test category, "baseline". This is similar to the category "benchmarks" in that it contains tests that use the QTest framework, but conceptually are not unit tests, in contrast to those under auto/. Move the existing QPainter baseline test, tst_lancelot, into this new category, and rename it accordingly. Baseline tests use the QBaselineTest extension to QTest. Move that extension too into the tests/baseline directory, allowing the clean out of the baselineserver directory. Pick-to: 6.2 Change-Id: I1b527f5867c953b1d22be73798fcf7d1494712ea Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
61 lines
941 B
Plaintext
61 lines
941 B
Plaintext
# Version: 1
|
|
# CheckVsReference: 5%
|
|
|
|
path_addRect hor 0 0 50 10
|
|
path_addRect ver 0 0 10 50
|
|
|
|
translate 10 10
|
|
setPen NoPen
|
|
|
|
begin_block clipping
|
|
save
|
|
|
|
setBrush 0x7f7fff
|
|
save
|
|
setClipPath hor
|
|
drawRect 0 0 100 100
|
|
|
|
setClipPath ver IntersectClip
|
|
setBrush black CrossPattern
|
|
drawRect 0 0 100 100
|
|
restore
|
|
|
|
translate 100 0
|
|
save
|
|
setClipPath hor
|
|
drawRect 0 0 100 100
|
|
|
|
setClipPath ver ReplaceClip
|
|
setBrush black CrossPattern
|
|
drawRect 0 0 100 100
|
|
restore
|
|
|
|
translate 100 0
|
|
save
|
|
setClipPath hor
|
|
drawRect 0 0 100 100
|
|
|
|
setClipPath ver UniteClip
|
|
setBrush black CrossPattern
|
|
drawRect 0 0 100 100
|
|
restore
|
|
|
|
restore
|
|
end_block
|
|
|
|
translate 300 0
|
|
setRenderHint Antialiasing
|
|
repeat_block clipping
|
|
|
|
translate -300 100
|
|
setRenderHint Antialiasing false
|
|
scale 1.2 1.2
|
|
repeat_block clipping
|
|
|
|
translate 300 0
|
|
setRenderHint Antialiasing
|
|
setRenderHint SmoothPixmapTransform
|
|
repeat_block clipping
|
|
|
|
|