summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-07-06 18:05:59 -0700
committerEric Anholt <eric@anholt.net>2019-04-24 10:52:12 -0700
commit5569a4c159bd9248c25804bef56cb2e081da81c6 (patch)
treee4736e5d6e779c1e11fa4aed4d1130d3bbb06dd6 /unittests
parent5f4b68b4921584da4052eecd6366b2ee59fab061 (diff)
Remove dead es3conform.py test suite
I don't think this has been used in years -- khr_gles is the closest thing to how you'd run the conformance tests under piglit, today. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'unittests')
-rw-r--r--unittests/suites/test_integration.py7
-rw-r--r--unittests/suites/test_native.py3
2 files changed, 1 insertions, 9 deletions
diff --git a/unittests/suites/test_integration.py b/unittests/suites/test_integration.py
index f7a479127..35bbb16d8 100644
--- a/unittests/suites/test_integration.py
+++ b/unittests/suites/test_integration.py
@@ -64,7 +64,6 @@ def _import(name):
'tests.deqp_gles31',
'tests.deqp_vk',
'tests.deqp_egl',
- 'tests.es3conform',
'tests.igt',
'tests.oglconform',
'tests.xts',
@@ -95,12 +94,6 @@ def test_igt_igttest():
mod.IGTTest('foo')
-def test_es3conform_gtftest():
- """ es3conform.GTFTest initializes """
- mod = _import('tests.es3conform')
- mod.GTFTest('testpath')
-
-
def test_oglconform_oglctest():
""" oglconform.OGLCTest initializes """
mod = _import('tests.oglconform')
diff --git a/unittests/suites/test_native.py b/unittests/suites/test_native.py
index 351759831..a391dd5e8 100644
--- a/unittests/suites/test_native.py
+++ b/unittests/suites/test_native.py
@@ -22,8 +22,7 @@
""" Module implementing tests for test/all.py and friends
This module only provides tests for native piiglit tests (OpenGL and OpenCL),
-it does not provide tests for non native tests that use piglit (oglconfrom,
-es3conform, etc)
+it does not provide tests for non native tests that use piglit (oglconfrom, etc)
"""