Mesa (main): freedreno/ir3/tests: Don't skip encode test if decode fails

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 19 16:23:38 UTC 2021


Module: Mesa
Branch: main
Commit: 8657e201d00ab3bc05810840e50c297bba94219a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8657e201d00ab3bc05810840e50c297bba94219a

Author: Rob Clark <robdclark at chromium.org>
Date:   Mon Oct 18 15:54:35 2021 -0700

freedreno/ir3/tests: Don't skip encode test if decode fails

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13426>

---

 src/freedreno/ir3/tests/disasm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/freedreno/ir3/tests/disasm.c b/src/freedreno/ir3/tests/disasm.c
index 861a0c2e60d..0c2df9d6d90 100644
--- a/src/freedreno/ir3/tests/disasm.c
+++ b/src/freedreno/ir3/tests/disasm.c
@@ -419,7 +419,6 @@ main(int argc, char **argv)
          printf("  Got:      \"%s\"\n", disasm_output);
          retval = 1;
          decode_fails++;
-         continue;
       }
 
       /*



More information about the mesa-commit mailing list