index
:
~krh/wayland
1.1
1.2
1.3
acquire-fd
better-array
fd-changes
fd-lock
fixed-optimization
input
malloc-closure
master
menu
next
opaque-resource
pointer-lock
pointer-lock-2
popup
prepare-read
protocol-changes
proxy-race
read-events
remote
session-manager
subscribe
testing
thread-safety
threads
video
yuv
personal wayland repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-21
tests: add wl_resource tests
Marek Ch
2
-1
/
+170
2013-09-21
tests: add unit tests for wl_signal
Marek Ch
2
-1
/
+117
2013-09-21
tests: extended message when leak in test is detected
Marek Ch
1
-3
/
+14
2013-07-09
Replace two remaining wl_display_add_gloavl() occurences
Kristian Høgsberg
1
-2
/
+3
2013-07-02
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
3
-3
/
+4
2013-06-05
Update tests for wl_map changes and add a map_flags test
Jason Ekstrand
3
-19
/
+41
2013-03-18
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2
-8
/
+9
2013-03-17
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2
-4
/
+4
2013-02-11
tests: Add a help message for the test runner
Kristian Høgsberg
1
-1
/
+22
2013-02-08
queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false
Kristian Høgsberg
1
-2
/
+3
2013-01-24
gitignore: add test-suite files
David Herrmann
1
-1
/
+6
2013-01-15
Add a destroy signal to the wl_event_loop object
Jason Ekstrand
1
-0
/
+57
2013-01-11
Added a destroy signal to the wl_display object.
Jason Ekstrand
2
-0
/
+81
2013-01-11
test/event-loop: Check readable state on a pipe
Quentin Glidic
1
-1
/
+6
2012-12-03
tests: rename temporary files
Pekka Paalanen
1
-2
/
+2
2012-12-03
tests: Don't leave temporary files behind
Sven Joachim
1
-0
/
+2
2012-11-07
tests: Add out of order delete_id queue tests
Jonas Ådahl
1
-12
/
+96
2012-11-07
tests: Use a pipe for synchronization to avoid potential deadlock
Jonas Ådahl
1
-24
/
+55
2012-11-05
tests: Add queue test case
Jonas Ådahl
2
-1
/
+174
2012-10-21
tests: Include wayland-private.h for container_of
Kristian Høgsberg
1
-0
/
+1
2012-10-10
Change filedescriptor API to be thread safe
Kristian Høgsberg
2
-88
/
+25
2012-08-29
tests: Quiet warning
Kristian Høgsberg
1
-1
/
+2
2012-08-29
tests: ensure sanity leak check tests pass when leak checks are disabled.
U. Artie Eoff
2
-1
/
+13
2012-08-29
tests: Allow disabling leak checking assertions by env
Rob Bradford
1
-2
/
+4
2012-08-14
socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is set
Philipp Brüschweiler
1
-11
/
+10
2012-07-23
More consistent ID printing
Daniel Stone
1
-1
/
+1
2012-07-23
tests: Wrap calloc by just returning NULL if we're called too early
Kristian Høgsberg
1
-0
/
+13
2012-07-23
test-runner: Wrap realloc() too
Daniel Stone
1
-1
/
+11
2012-07-02
protocol: Add explicit nullable types
Christopher James Halse Rogers
1
-4
/
+83
2012-06-30
tests: test that path names longer than 108 bytes are rejected
Dylan Noblesmith
2
-1
/
+86
2012-06-30
tests: fix make check for out-of-tree builds
Dylan Noblesmith
11
-12
/
+13
2012-06-30
tests: sort list of tests
Dylan Noblesmith
1
-9
/
+9
2012-06-15
tests: Update test cases to new closure allocate convention
Kristian Høgsberg
2
-38
/
+36
2012-05-29
tests: update gitignore
Pekka Paalanen
1
-0
/
+2
2012-05-15
tests: add noop to fixed-benchmark
Pekka Paalanen
1
-0
/
+16
2012-05-14
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
3
-1
/
+186
2012-05-08
Add support for signed 24.8 decimal numbers
Daniel Stone
1
-0
/
+26
2012-05-08
tests: prefix event loop tests with event_loop_
Kristian Høgsberg
1
-2
/
+2
2012-05-08
tests: assert that mask is zero is post_dispatch callback
Kristian Høgsberg
1
-0
/
+1
2012-05-08
tests: Add timerfd test
Kristian Høgsberg
1
-1
/
+31
2012-05-08
tests: Add signal test case
Kristian Høgsberg
1
-0
/
+28
2012-05-02
tests: Fix out-of-tree builds
Daniel Stone
1
-1
/
+1
2012-04-26
tests: Just list tests under the TESTS variable
Kristian Høgsberg
1
-4
/
+2
2012-04-25
os: wrap accept4(SOCK_CLOEXEC)
Pekka Paalanen
1
-0
/
+2
2012-04-25
os: wrap epoll_create
Pekka Paalanen
1
-0
/
+51
2012-04-25
os: wrap recvmsg(MSG_CMSG_CLOEXEC)
Pekka Paalanen
1
-0
/
+175
2012-04-25
tests: silence warnings from pipe()
Pekka Paalanen
1
-3
/
+5
2012-04-25
os: wrap F_DUPFD_CLOEXEC
Pekka Paalanen
1
-3
/
+67
2012-04-25
os: define SOCK_CLOEXEC on Linux
Pekka Paalanen
1
-7
/
+1
2012-04-22
tests: Test invoking closures built with wl_closure_vmarshal()
Kristian Høgsberg
1
-0
/
+38
[next]