Fri, 07 Nov 2014 10:02:45 +0100 |
Added missing brackets in test source assert messages.
|
file | diff | annotate |
Mon, 07 Jul 2014 23:33:57 -0700 |
Update audio testautomation: more coverage; added SDL_PauseAudio test /w callback coverage
|
file | diff | annotate |
Mon, 07 Jul 2014 20:26:21 -0700 |
Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)
|
file | diff | annotate |
Mon, 09 Jun 2014 17:25:03 +0200 |
Fixed format string faults in audio tests.
|
file | diff | annotate |
Thu, 29 Aug 2013 08:30:21 -0700 |
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
file | diff | annotate |
Thu, 29 Aug 2013 08:29:21 -0700 |
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
file | diff | annotate |
Wed, 21 Aug 2013 09:43:09 -0300 |
OCD fixes: Adds a space before */
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Wed, 01 May 2013 22:14:29 -0700 |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
file | diff | annotate |
Sun, 28 Apr 2013 09:54:56 +0200 |
Added missing return statements in test suite for audio.
|
file | diff | annotate |
Tue, 23 Apr 2013 08:19:21 -0700 |
Disable one test that crashes audio suite when run together with other tests
|
file | diff | annotate |
Tue, 23 Apr 2013 08:07:52 -0700 |
Add tests to audio suite
|
file | diff | annotate |
Mon, 18 Feb 2013 07:59:05 -0800 |
Fix bug 1723: flipped log text in audio suite - thanks P. Wiesemann
|
file | diff | annotate |
Fri, 08 Feb 2013 07:14:50 -0800 |
Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler warnings
|
file | diff | annotate |
Thu, 31 Jan 2013 08:45:30 -0800 |
Add tests to audio suite; update harness filter logic
|
file | diff | annotate |
Thu, 24 Jan 2013 07:58:59 -0800 |
Add mouse tests; update test suites
|
file | diff | annotate |
Wed, 23 Jan 2013 08:03:19 -0800 |
Add tests to mouse suite; fix VS compiler warnings in tests
|
file | diff | annotate |
Mon, 21 Jan 2013 09:16:27 -0800 |
Add additional input validation to SDL_BuildAudioCVT; add additional tests to automation (audio, rwops)
|
file | diff | annotate |
Mon, 24 Dec 2012 14:43:57 -0800 |
Added audio test suite; minor code cleanups in test lib
|
file | diff | annotate |