[Piglit] [PATCH 7/7] Update documentation wrt removal of Glean.
Fabian Bieler
fabianbieler at fastmail.fm
Sat Dec 9 12:52:33 UTC 2017
---
README | 14 --------------
TODO | 5 -----
2 files changed, 19 deletions(-)
diff --git a/README b/README
index 4de92b8..dba3042 100644
--- a/README
+++ b/README
@@ -119,15 +119,6 @@ Configure and build.
$ cmake .
$ make
-glean
-
-glean will not build with MacOSX10.7.sdk. If you are trying to
-build glean on Mac OS 10.7 (Lion), you will have to use MacOSX10.6.sdk.
- $ ccmake .
-Set 'CMAKE_OSX_SYSROOT' to '/Developer/SDKs/MacOSX10.6.sdk'. Configure.
-Generate and exit.
- $ make
-
2.4 Cygwin
----------
@@ -333,8 +324,6 @@ all.py
quick.py
Run all tests, but cut down significantly on their runtime
(and thus on the number of problems they can find).
- In particular, this runs Glean with the --quick option, which
- reduces the number of visuals and state combinations tested.
gpu.py
A further reduced set of tests from quick.py, this runs tests only
@@ -426,9 +415,6 @@ All new tests must be added to the appropriate profile, all.py profile for
OpenGL and cl.py for OpenCL. There are a few basic test classes supported by the
python framework:
- GleanTest
- This is a test that is only used to integrate Glean tests
-
PiglitBaseTest
A shared base class for all native piglit tests.
diff --git a/TODO b/TODO
index eacda79..7e05380 100644
--- a/TODO
+++ b/TODO
@@ -2,11 +2,6 @@
Piglit To-Do items
-Port remaining Glean tests to Piglit (discard Glean tests which are
-already covered by Piglit).
-See https://bugs.freedesktop.org/show_bug.cgi?id=65676 for more details.
-
-
Move/rename tests in the bugs/ directory to proper places under tests/spec/
--
2.7.4
More information about the Piglit
mailing list