summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* matrix-test: fix units in reportDerek Foreman2014-09-051-2/+2
* tests: allow running make check without make installDerek Foreman2014-08-221-0/+2
* weston-test: check if resource is not NULLMarek Chalupa2014-08-211-0/+5
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-3/+3
* tests: use expect_protocol_error in testsMarek Chalupa2014-07-222-46/+29
* tests: add frame_callback_wait_nofailMarek Chalupa2014-07-222-5/+10
* tests: add expect_protocol_error functionMarek Chalupa2014-07-222-0/+52
* tests: load the right shell pluginPekka Paalanen2014-05-091-0/+3
* tests: load the right xwayland pluginPekka Paalanen2014-05-091-2/+4
* tests: use --no-configPekka Paalanen2014-05-091-0/+2
* tests: fix bad-buffer-testMarek Chalupa2014-04-161-0/+30
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-0712-0/+25
* tests: Properly report skipped testsEmilio Pozuelo Monfort2014-02-183-14/+41
* tests: use the headless backend to run the test suiteEmilio Pozuelo Monfort2014-02-181-6/+4
* tests: Skip buffer-count if EGL initialization failsEmilio Pozuelo Monfort2014-02-181-10/+19
* Makefile.am: Fix protocol source files usageQuentin Glidic2014-02-011-5/+0
* build: Move tests/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-012-170/+4
* build: Use subdir-objects automake optionKristian Høgsberg2014-01-311-5/+5
* gitignore: Generated files text-client-protocol.h, text-protocol.cBryce W. Harrington2014-01-171-0/+2
* tests: fix build on rpi with EGLPekka Paalanen2014-01-081-0/+2
* tests: Only run buffer-count test on Mesa >= 10.1Pekka Paalanen2014-01-081-2/+2
* tests: Only run buffer-count test if we have at least mesa 10Kristian Høgsberg2014-01-013-0/+30
* build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditionalKristian Høgsberg2014-01-012-3/+5
* tests: Test whether a simple EGL main loop uses too many buffersNeil Roberts2013-12-075-2/+215
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-023-6/+9
* Remove dependency on <GLES2/gl2.h> by replacing GLfloat with floatTomeu Vizoso2013-11-271-6/+6
* configure.ac: Make libdrm optional in weston-launchKristian Høgsberg2013-11-241-0/+1
* tests: Remove an unecessary Makefile.am variableKristian Høgsberg2013-11-231-5/+3
* tests: Use a helper library for weston-test clientsKristian Høgsberg2013-11-231-32/+25
* tests: Use TEST_CLIENT for test client modulesKristian Høgsberg2013-11-231-1/+1
* tests: .gitignore log filesPekka Paalanen2013-11-211-0/+1
* tests: allow weston test plugin to keep on runningPekka Paalanen2013-11-211-1/+1
* tests: add a test causing SIGBUS to the compositorPekka Paalanen2013-11-212-0/+81
* protocol: move sub-surfaces to WaylandPekka Paalanen2013-11-153-8/+1
* weston-test: Always update transform when moving surfaceKristian Høgsberg2013-11-131-2/+1
* tests/.gitignore: Add *.trsJonas Ådahl2013-10-281-0/+1
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-223-29/+47
* compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg2013-10-221-6/+0
* weston-test-client-helper: Use wl_fixed_to_double() when printing axis valueKristian Høgsberg2013-10-101-1/+2
* weston-test-client-helper.c: Assert on failed allocationsKristian Høgsberg2013-10-101-10/+19
* tests: Assert surface creation succeedsKristian Høgsberg2013-10-102-0/+2
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-1/+1
* Added tests for the vertex clipping code.Sam Spilsbury2013-09-162-11/+245
* Add support for table-driven testing.Sam Spilsbury2013-09-132-63/+112
* Remove AM_LDFLAGS usageSam Spilsbury2013-09-131-2/+6
* tests: list available tests if an invalid test name is givenPeter Hutterer2013-09-111-0/+1
* tests: support -h/--help for the testsPeter Hutterer2013-09-111-0/+18
* tests: include config.h in weston-test-runnerPeter Hutterer2013-09-111-0/+1
* tests: use variable for test name in weston-tests-envPeter Hutterer2013-09-111-5/+12
* tests: always build testsPeter Hutterer2013-09-111-8/+4