[Piglit] [PATCH 07/20] Move tex1d-2border test from bugs to spec dir.
Emil Velikov
emil.l.velikov at gmail.com
Mon Dec 18 14:28:08 UTC 2017
Hi Fabian,
On 16 December 2017 at 19:21, Fabian Bieler <fabianbieler at fastmail.fm> wrote:
> ---
> tests/all.py | 2 +-
> tests/bugs/CMakeLists.gl.txt | 1 -
> tests/bugs/tex1d-2dborder.c | 126 ------------------------------------
> tests/spec/gl-1.4/CMakeLists.gl.txt | 1 +
> tests/spec/gl-1.4/tex1d-2dborder.c | 126 ++++++++++++++++++++++++++++++++++++
> 5 files changed, 128 insertions(+), 128 deletions(-)
> delete mode 100644 tests/bugs/tex1d-2dborder.c
> create mode 100644 tests/spec/gl-1.4/tex1d-2dborder.c
>
Small suggestion for the future:
For historical reasons, git produces iffy delete/create patch. The
following will tell it to always produce a "rename" one, where the
actual diff will be present ;-)
$git config --global diff.renames true
-Emil
More information about the Piglit
mailing list