[Piglit] [PATCH 1/6] tests/opengl.py: Fix misnamed test binary

Dylan Baker dylan at pnwbakers.com
Mon Jun 25 23:24:42 UTC 2018


---
 tests/opengl.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/opengl.py b/tests/opengl.py
index 59d5d3e1f..92ad56a86 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -754,7 +754,7 @@ with profile.test_list.group_manager(
     g(['lodclamp-between'])
     g(['lodclamp-between-max'])
     g(['mipmap-setup'])
-    g(['gl-1.2-rescale_normal'])
+    g(['gl-1.2-rescale-normal'])
     g(['tex-skipped-unit'])
     g(['tex3d'])
     g(['tex3d-maxsize'], run_concurrent=False)
@@ -941,8 +941,8 @@ with profile.test_list.group_manager(
     g(['gl-3.1-genned-names'], 'genned-names')
     g(['gl-3.1-link-empty-prog-core'])
     g(['gl-3.1-minmax'], 'minmax')
-    g(['gl-3-1-mixed-int-float-fbo'])
-    g(['gl-3-1-mixed-int-float-fbo', 'int_second'])
+    g(['gl-3.1-mixed-int-float-fbo'])
+    g(['gl-3.1-mixed-int-float-fbo', 'int_second'])
     g(['gl-3.1-vao-broken-attrib'], 'vao-broken-attrib')
     g(['gl-3.0-required-renderbuffer-attachment-formats', '31'],
       'required-renderbuffer-attachment-formats')
-- 
2.17.1



More information about the Piglit mailing list