index
:
xorg/test/xorg-gtest
master
X.Org testing framework built on Google Test (mirrored from https://gitlab.freedesktop.org/xorg/test/xorg-gtest)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-16
include: add inclusion guards to xorg-gtest.h
Peter Hutterer
1
-0
/
+5
2012-10-16
include: add XORG_TESTCASE() macro for standardised printing of descriptions
Peter Hutterer
1
-0
/
+6
2012-10-10
xserver: use a default timout for 1s for Terminate() and Kill()
Peter Hutterer
1
-2
/
+2
2012-10-10
process: on termination, check if the process exited and set the error code
Peter Hutterer
1
-1
/
+4
2012-10-04
Deprecate WaitForConnections()
Daniel Martin
1
-1
/
+1
2012-10-03
include: fix doxygen warning
Peter Hutterer
1
-1
/
+1
2012-10-03
Drop compat headers
Peter Hutterer
6
-19
/
+1
2012-08-17
xserver: add RemoveLogFile()
Peter Hutterer
1
-0
/
+12
2012-08-17
process: add state enum and GetState()
Peter Hutterer
1
-0
/
+23
2012-08-17
process: require NULL as last argument to Start()
Peter Hutterer
1
-3
/
+4
2012-08-16
Add Red Hat copyright notices
Peter Hutterer
4
-0
/
+4
2012-08-14
process: document that va_args for Start() must end with zero-length string
Peter Hutterer
1
-2
/
+4
2012-08-13
Drop mentioning of uTouch-Evemu in comments, rename to evemu
Peter Hutterer
1
-4
/
+4
2012-08-13
xserver: add destructor to tear down the server
Peter Hutterer
1
-0
/
+1
2012-08-13
xserver: add getters and setters for config and log file
Peter Hutterer
1
-0
/
+16
2012-08-08
xserver: add GetVersion() to retrieve server version
Peter Hutterer
1
-0
/
+10
2012-07-20
device: add PlayOne() for single event replaying
Peter Hutterer
1
-0
/
+14
2012-07-20
xserver: update documentation
Peter Hutterer
1
-1
/
+15
2012-07-20
xserver: move Terminate and Kill handling here
Peter Hutterer
2
-2
/
+27
2012-07-12
xserver: move testing startup to the XServer object
Peter Hutterer
1
-0
/
+2
2012-07-12
xserver: move starting the process into the XServer object
Peter Hutterer
1
-0
/
+8
2012-07-12
xserver: add WaitForConnections()
Peter Hutterer
1
-0
/
+5
2012-07-12
xserver: store config, logfile, binary paths in the XServer object
Peter Hutterer
1
-0
/
+19
2012-07-12
Add a new class representing the X server
Peter Hutterer
3
-0
/
+128
2012-07-12
process: add a timeout wait to Kill and Terminate
Peter Hutterer
1
-7
/
+20
2012-07-12
process: Terminate/Kill can use a common helper function
Peter Hutterer
1
-0
/
+1
2012-07-12
process: add Start(program, vector<char*>)
Peter Hutterer
1
-0
/
+16
2012-07-12
Add Device::GetDeviceNode() to return device node path from an evemu device
Peter Hutterer
1
-0
/
+14
2012-07-12
test: add SetDisplayString()
Peter Hutterer
1
-0
/
+10
2012-07-12
environment: provide Get/SetFoobar wrappers for all set/get_foobar
Peter Hutterer
1
-9
/
+58
2012-07-03
Rename headers to use dashes only
Peter Hutterer
11
-552
/
+570
2012-07-03
include: fix typo doxygen complains about
Peter Hutterer
1
-1
/
+1
2012-07-03
Fix up a couple of doxygen links
Peter Hutterer
4
-4
/
+4
2012-05-18
Namespace xorg-gtest header filenames
Chase Douglas
6
-8
/
+8
2012-04-23
Add Environment::Kill() to forcefully terminate the dummy Xorg server
Chase Douglas
1
-0
/
+5
2012-03-16
Add a meta-header xorg-gtest.h
Chase Douglas
2
-5
/
+37
2012-03-07
Add xorg::testing::evemu::Device
Chase Douglas
2
-0
/
+95
2012-03-06
Split data and include build rules out of src build rules
Chase Douglas
1
-0
/
+29
2012-03-01
Relicense under the X.org preferred license
Chase Douglas
3
-40
/
+60
2012-02-06
Make Environment API property-based.
Daniel d'Andrada
1
-20
/
+65
2012-02-01
And by default point to a location that doesn't require root privileges to be...
Chase Douglas
1
-0
/
+15
2011-12-14
Make Process::GetEnv and SetEnv static methods
Chase Douglas
1
-21
/
+23
2011-12-14
Move SetUp and TearDown methods to protected sections
Chase Douglas
2
-10
/
+11
2011-12-14
Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...
Thomas Voß
2
-0
/
+3
2011-12-13
Adjusted signature of Process::GetEnv. Adjusted documentation.
Thomas Voß
1
-6
/
+7
2011-12-13
Fixed typo in test.h.
Thomas Voß
1
-1
/
+1
2011-12-13
Modified Process::Terminate and Process::Kill to reset process identifier. Ad...
Thomas Voß
1
-2
/
+5
2011-12-13
Adjusted documentation according to review. Switched to std::string for envir...
Thomas Voß
3
-18
/
+48
2011-12-13
Prevent from linking Test in Google Test. Set HIDE_SCOPE_NAMES to NO.
Thomas Voß
2
-4
/
+4
2011-12-12
Referenced manpage of execvp in documentation.
Thomas Voß
1
-1
/
+4
[next]