Updated package changelog.
[profile/ivi/wayland.git] / tests /
2013-03-21 Jonas Ådahlclient: Invoke new_id closure arguments as pointers...
2013-02-14 Kristian Høgsbergtests: Add a help message for the test runner
2013-02-14 Kristian Høgsbergqueue-test: WEXITSTATUS() is undefined if WIFEXITED...
2013-01-25 David Herrmanngitignore: add test-suite files
2013-01-15 Jason EkstrandAdd a destroy signal to the wl_event_loop object
2013-01-11 Quentin Glidictest/event-loop: Check readable state on a pipe
2013-01-11 Jason EkstrandAdded a destroy signal to the wl_display object.
2012-12-03 Pekka Paalanentests: rename temporary files
2012-12-03 Sven Joachimtests: Don't leave temporary files behind
2012-11-07 Jonas Ådahltests: Add out of order delete_id queue tests
2012-11-07 Jonas Ådahltests: Use a pipe for synchronization to avoid potentia...
2012-11-05 Jonas Ådahltests: Add queue test case
2012-10-21 Kristian Høgsbergtests: Include wayland-private.h for container_of
2012-10-11 Kristian HøgsbergChange filedescriptor API to be thread safe
2012-08-29 Kristian Høgsbergtests: Quiet warning
2012-08-29 U. Artie Eofftests: ensure sanity leak check tests pass when leak...
2012-08-29 Rob Bradfordtests: Allow disabling leak checking assertions by env
2012-08-14 Philipp Brüschweilersocket-test: don't try to be clever, fail if no XDG_RUN...
2012-07-24 Daniel StoneMore consistent ID printing
2012-07-24 Kristian Høgsbergtests: Wrap calloc by just returning NULL if we're...
2012-07-23 Daniel Stonetest-runner: Wrap realloc() too
2012-07-02 Christopher James... protocol: Add explicit nullable types
2012-06-30 Dylan Noblesmithtests: test that path names longer than 108 bytes are...
2012-06-30 Dylan Noblesmithtests: fix make check for out-of-tree builds
2012-06-30 Dylan Noblesmithtests: sort list of tests
2012-06-15 Kristian Høgsbergtests: Update test cases to new closure allocate convention
2012-05-29 Pekka Paalanentests: update gitignore
2012-05-15 Pekka Paalanentests: add noop to fixed-benchmark
2012-05-14 Kristian HøgsbergOptimize wl_fixed_t to/from double conversion functions
2012-05-08 Daniel StoneAdd support for signed 24.8 decimal numbers
2012-05-08 Kristian Høgsbergtests: prefix event loop tests with event_loop_
2012-05-08 Kristian Høgsbergtests: assert that mask is zero is post_dispatch callback
2012-05-08 Kristian Høgsbergtests: Add timerfd test
2012-05-08 Kristian Høgsbergtests: Add signal test case
2012-05-02 Daniel Stonetests: Fix out-of-tree builds
2012-04-26 Kristian Høgsbergtests: Just list tests under the TESTS variable
2012-04-25 Kristian HøgsbergMerge remote-tracking branch 'pq/for-krh'
2012-04-25 Pekka Paalanenos: wrap accept4(SOCK_CLOEXEC)
2012-04-25 Pekka Paalanenos: wrap epoll_create
2012-04-25 Pekka Paalanenos: wrap recvmsg(MSG_CMSG_CLOEXEC)
2012-04-25 Pekka Paalanentests: silence warnings from pipe()
2012-04-25 Pekka Paalanenos: wrap F_DUPFD_CLOEXEC
2012-04-25 Pekka Paalanenos: define SOCK_CLOEXEC on Linux
2012-04-22 Kristian Høgsbergtests: Test invoking closures built with wl_closure_vma...
2012-04-22 Kristian Høgsbergconnection: Move closure object out of wl_connection
2012-04-20 Pekka Paalanentests: add .gitignore
2012-04-20 Pekka Paalanenos: wrap socket(SOCK_CLOEXEC) calls
2012-04-20 Pekka Paalanentests: support testing fd inheritance over exec
2012-04-20 Pekka Paalanentests: plug fd leaks in free_source_with_data
2012-04-20 Pekka Paalanentests: detect fd leaks
2012-04-19 Kristian Høgsbergtests: Add more sanity test to make sure we catch diffe...
2012-04-19 Kristian Høgsbergtests: Make sure unused malloc() doesn't get optimized...
2012-04-19 Pekka Paalanentests: add sanity-test
2012-04-19 Pekka Paalanentests: add support for tests expected to fail
2012-04-19 Pekka Paalanentests: stylish test-runner.c
2012-04-19 Pekka Paalanentests: fail build if NDEBUG is defined
2012-04-19 Pekka Paalanentests: put common test source files in a variable
2012-04-13 Kristian Høgsbergtests: Make leak check work again by setting default...
2012-04-13 Kristian Høgsbergtests: Fix warning in memory leak assert
2012-04-13 Kristian Høgsbergtests: Fix signedness warnings
2012-04-13 Kristian Høgsbergserver: Add client destroy signal
2012-03-24 U. Artie EoffAdd simple memory leak check to all tests.
2012-03-24 Kristian Høgsbergconnection-test: Add test case to stress connection...
2012-03-24 Kristian Høgsbergconnection-test: Test fd transport
2012-03-23 Kristian Høgsbergconnection-test: Add more test cases
2012-03-23 Kristian Høgsbergconnection-test: Store expected result in struct marsha...
2012-03-23 Kristian Høgsbergtests: Add marshal+demarshal connection test
2012-03-23 Kristian Høgsbergtests: Use different connections for read and write...
2012-03-21 Kristian Høgsbergtests: Remove debug printf
2012-03-21 Kristian Høgsbergtests: Add test case for freeing source with pending...
2012-03-20 Ander Conselvan... test: add a unit test for the event loop post dispatch...
2012-03-06 Kristian Høgsbergtest-runner.c: Consolidate test running code
2012-03-06 Kristian Høgsbergtests: Add demarshal tests
2012-03-06 Kristian Høgsbergtests: Add more marshal tests
2012-03-06 Kristian Høgsbergtests: Simplify connection tests a bit
2012-03-06 Kristian Høgsbergtests: Add wl_list tests
2012-03-06 Kristian Høgsbergtests: More wl_map tests
2012-03-05 Gaetan Nadontests: makefile error: missing test-runner.h
2012-03-04 Gaetan Nadoncheck: connection-test fails to link to ffi
2012-03-04 Kristian HøgsbergAdd wl_array_for_each
2012-03-03 Kristian Høgsbergtests: Add connection marshalling tests
2012-03-03 Kristian Høgsbergtests: Add connection tests
2012-03-03 Kristian Høgsbergtest-runner: Fix warnings
2012-03-03 Kristian Høgsbergtests: Print test status after running test
2012-03-02 Kristian Høgsbergtests: Add Unit tests for wl_map and wl_array data...