diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-18 13:04:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-18 13:07:59 -0700 |
commit | 3fd3380e289717d657b7c42e6f6980d4207e5bbb (patch) | |
tree | 8e33a63904bae1b59c8235d8eb2f81ab7981c321 | |
parent | cb073d318328d8ac2df64aed195d933cf64b5358 (diff) |
Mark tests introduced since version 1.6 as version 1.7
Also bumps package version to 1.6.99.0 to prepare for 1.7 release.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | do_tests.c | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 74ae439..fde7a5b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([x11perf], - [1.6.2], + [1.6.99.0], [https://gitlab.freedesktop.org/xorg/test/x11perf/-/issues], [x11perf]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -926,7 +926,7 @@ Test test[] = { {80, False, "6x13", NULL}}, {"-tileftext","Char in 80-char line tiled (6x13)", NULL, InitText, DoText, ClearTextWin, EndText, - V1_2FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {80, False, "6x13", NULL, FillTiled}}, {"-f8text", "Char in 70-char line (8x13)", NULL, InitText, DoText, ClearTextWin, EndText, @@ -1191,15 +1191,15 @@ Test test[] = { {4, 500, "XY"}}, {"-putimagexybitmap10", "PutImage XYBitmap 10x10 square", NULL, InitPutImage, DoPutImage, MidCopyPix, EndGetImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 10, "XYBitmap"}}, {"-putimagexybitmap100", "PutImage XYBitmap 100x100 square", NULL, InitPutImage, DoPutImage, MidCopyPix, EndGetImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 100, "XYBitmap"}}, {"-putimagexybitmap500", "PutImage XYBitmap 500x500 square", NULL, InitPutImage, DoPutImage, MidCopyPix, EndGetImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 500, "XYBitmap"}}, #ifdef MITSHM {"-shmput10", "ShmPutImage 10x10 square", NULL, @@ -1228,15 +1228,15 @@ Test test[] = { {4, 500, "XY"}}, {"-shmputxybitmap10", "ShmPutImage XYBitmap 10x10 square", NULL, InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 10, "XYBitmap"}}, {"-shmputxybitmap100", "ShmPutImage XYBitmap 100x100 square", NULL, InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 100, "XYBitmap"}}, {"-shmputxybitmap500", "ShmPutImage XYBitmap 500x500 square", NULL, InitShmPutImage, DoShmPutImage, MidCopyPix, EndShmPutImage, - V1_4FEATURE, ROP, 0, + V1_7FEATURE, ROP, 0, {4, 500, "XYBitmap"}}, {"-shmget10", "ShmGetImage 10x10 square", NULL, InitShmGetImage, DoShmGetImage, NullProc, EndShmGetImage, |