mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-28 02:50:39 +01:00
[test] Sort TESTS
A couple of tests were out of order, causing a bit of confusion in the user.
This commit is contained in:
parent
ac98c9e572
commit
973d5fa8a5
2 changed files with 4 additions and 4 deletions
2
test/.gitignore
vendored
2
test/.gitignore
vendored
|
|
@ -20,9 +20,9 @@ clip-push-group
|
|||
clip-twice
|
||||
clip-zero
|
||||
close-path
|
||||
composite-integer-translate-source
|
||||
composite-integer-translate-over
|
||||
composite-integer-translate-over-repeat
|
||||
composite-integer-translate-source
|
||||
copy-path
|
||||
coverage
|
||||
create-for-stream
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ dash-caps-joins$(EXEEXT) \
|
|||
dash-no-dash$(EXEEXT) \
|
||||
dash-offset-negative$(EXEEXT) \
|
||||
dash-scale$(EXEEXT) \
|
||||
dash-zero-length$(EXEEXT) \
|
||||
dash-state$(EXEEXT) \
|
||||
dash-zero-length$(EXEEXT) \
|
||||
degenerate-path$(EXEEXT) \
|
||||
degenerate-pen$(EXEEXT) \
|
||||
device-offset$(EXEEXT) \
|
||||
|
|
@ -84,10 +84,12 @@ paint-with-alpha$(EXEEXT) \
|
|||
pattern-get-type$(EXEEXT) \
|
||||
pattern-getters$(EXEEXT) \
|
||||
pixman-rotate$(EXEEXT) \
|
||||
push-group$(EXEEXT) \
|
||||
radial-gradient$(EXEEXT) \
|
||||
random-intersections$(EXEEXT) \
|
||||
rectangle-rounding-error$(EXEEXT) \
|
||||
rectilinear-stroke$(EXEEXT) \
|
||||
rel-path$(EXEEXT) \
|
||||
rgb24-ignore-alpha$(EXEEXT) \
|
||||
rotate-image-surface-paint$(EXEEXT) \
|
||||
scale-down-source-surface-paint$(EXEEXT) \
|
||||
|
|
@ -122,8 +124,6 @@ truetype-tables$(EXEEXT) \
|
|||
unantialiased-shapes$(EXEEXT) \
|
||||
unbounded-operator$(EXEEXT) \
|
||||
user-data$(EXEEXT) \
|
||||
rel-path$(EXEEXT) \
|
||||
push-group$(EXEEXT) \
|
||||
zero-alpha$(EXEEXT)
|
||||
|
||||
# XXX: Here are some existing tests that are currently disabled for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue