[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-gtest: Changes to 'refs/tags/xorg-gtest-0.3.0'



Tag 'xorg-gtest-0.3.0' created by Chase Douglas <chase.douglas@canonical.com> at 2012-06-08 19:20 +0000

xorg-gtest 0.3.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJP0lB3AAoJEI3Z6a9pX7cqN88P/icFNCbiMwJJJkG2lvk9qrd2
RuMJd4HbUozsHrlzQrZme7GluW6+bkr/ZdQ1/qiQeQpXgyn4in07YQTJyAnVVxw4
bM2xJNNPTY3/9PEpQiitk1/EMCu13xio6WCYyux9uMtcqGikuxo2lNte8uzoJDre
35okgHNQPqrMNG3KBP3GOYz1ORdh98BSG8BcHnBgU6yU4e6/cLAytXx6fp68rJwc
/6IlS7VRnYzdc/KTYP17r9R6aTxcLFlyJYUs9unwwn+NbZpZ4ClhVN15t/kon0gx
wwF6YBifZl/tkKWMoyG8JtP1VDuVe8B0OfHc3Gsr+QCd1gN3YJcHhxdjhqRSqA0z
v2qM7XAJ3AwBuMbXBNCOKfSnbWPiJDGZj/ENGIbJaW67vyJjOoE7420syLP8dQWc
ix3DmlR02iZ6x/6McsXnGWVCSpeJQYSWZYm9uGlxNiLhufp47rcFsiwbBM9/huEn
nxL+Ja3P2wnRJX6m/LF3kUqbuYH4WZxEvQ0Z66J/44oP7A9N8Q4BpPnVXlq7Lu6x
wcfnWOJniTFdEYBD8z+KGLUFgYXrZhof/IOnEUY0mwmj9CnOyu+Wdwa7KDfuDEh1
1cn4lbM0BYGNn9jFplhr+TxXQW9W144DLQgBDWWZyqulA+fxkJH18OPCXUaBWTgU
GeLRaIGR+ZVIs3ehAeTp
=7Mvh
-----END PGP SIGNATURE-----

Changes since xorg-gtest-0.2.0:
Chase Douglas (13):
      Add missing Identifier name to 99-virtual-test-devices.conf
      Add Environment::Kill() to forcefully terminate the dummy Xorg server
      Kill dummy Xorg server when a terminating signal arrives
      Provide a full server layout in dummy.conf
      Wait for dummy X server to shut down in Environment::TearDown()
      Add comment to Makefile-xorg-gtest.am about compiling with -w
      Namespace xorg-gtest header filenames
      Add comment to Makefile-xorg-gtest.am about compiling with -w
      Namespace xorg-gtest header filenames
      Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/test/xorg-gtest
      Check if a server is already running on the chosen display name
      Check if log file and old log file are writable before starting X server
      Release version 0.3.0

Peter Hutterer (6):
      m4: if a source is specified, use that for the include path
      examples: built tests as noinst_PROGRAMS
      Update source files to use new headers
      Print the display we were trying to start up on.
      XCloseDisplay(3) cannot handle NULL
      Set log verbosity to 10

Thomas Voß (1):
      Add an xorg configuration file snippet to disable grabbing of test devices.

---
 aclocal/xorg-gtest.m4                             |   14 -
 configure.ac                                      |    2 
 data/Makefile.am                                  |    4 
 data/X11/xorg.conf.d/99-virtual-test-devices.conf |    6 
 data/xorg/gtest/dummy.conf                        |   10 +
 examples/Makefile.am                              |    4 
 examples/xorg-gtest-example.cpp                   |    2 
 include/Makefile.am                               |    8 
 include/xorg/gtest/environment.h                  |  179 ---------------------
 include/xorg/gtest/evemu/device.h                 |   91 ----------
 include/xorg/gtest/evemu/xorg-gtest_device.h      |   91 ++++++++++
 include/xorg/gtest/process.h                      |  166 -------------------
 include/xorg/gtest/test.h                         |  104 ------------
 include/xorg/gtest/xorg-gtest.h                   |    8 
 include/xorg/gtest/xorg-gtest_environment.h       |  184 ++++++++++++++++++++++
 include/xorg/gtest/xorg-gtest_process.h           |  166 +++++++++++++++++++
 include/xorg/gtest/xorg-gtest_test.h              |  104 ++++++++++++
 m4/gtest.m4                                       |   12 -
 src/Makefile-xorg-gtest.am                        |    3 
 src/device.cpp                                    |    2 
 src/environment.cpp                               |   83 ++++++++-
 src/process.cpp                                   |    2 
 src/test.cpp                                      |    5 
 src/xorg-gtest_main.cpp                           |   58 ++++++
 24 files changed, 726 insertions(+), 582 deletions(-)
---


Reply to: