Commit graph

1252 commits

Author SHA1 Message Date
Andreas Schiffler
d1cc70ba65 Added tests for SDL_EnclosePoints. 2011-09-12 09:00:34 -07:00
Ryan C. Gordon
484c18aa15 Fixed a compiler warning on Visual Studio. 2011-09-09 04:17:47 -04:00
Ryan C. Gordon
caedc60d07 Removed legacy Mac OS X dlcompat code.
It was only needed for Mac OS X 10.0 through 10.2, so it seems silly to keep
 it around for SDL 1.3.

I'll leave it in the 1.2 branch for now, though.
2011-09-09 00:34:48 -04:00
Andreas Schiffler
d9a3255b23 Refactored IntersectRectAndLine tests and increased coverage 2011-09-06 23:51:46 -07:00
Andreas Schiffler
be0531f0fc Added tests for SDL_HasIntersection; added negative parameter tests; refactored existing test code 2011-09-04 20:37:01 -07:00
Andreas Schiffler
6584aa6a03 Added tests to testrect suite. Simple logger improvements. Fixed int-range fuzzer. 2011-09-04 14:57:10 -07:00
Ryan C. Gordon
d2587c649d Automated merge with https://bitbucket.org/Markusk/sdl-gsoc 2011-08-29 13:17:07 -04:00
Markus Kauppila
b47b88a0e9 Fixed an error in doxygen markup. 2011-08-28 22:27:26 +03:00
Markus Kauppila
967992d4d3 Fixed a typo. 2011-08-28 22:24:00 +03:00
Markus Kauppila
31ecfe3d3a Updated TODO. 2011-08-28 22:22:37 +03:00
Markus Kauppila
1a84329937 Minor cleaning. 2011-08-28 22:18:56 +03:00
Markus Kauppila
f4870f3996 Added elementary fuzzer-randgen invocation count. 2011-08-28 22:06:56 +03:00
Markus Kauppila
ab1eaa672b Added TODO. 2011-08-28 21:06:00 +03:00
Markus Kauppila
87e1417923 Test cases executed in their own process can now bail out if
assertion fails.

Note: Bailing out doesn't work with --in-proc option.
2011-08-28 21:00:38 +03:00
Markus Kauppila
103124ac9f Option --show-tests prints test description. 2011-08-28 20:27:25 +03:00
Markus Kauppila
877c391020 Fixed timestamp issue. 2011-08-28 20:08:36 +03:00
Markus Kauppila
d2d3506958 Changed logging behavior. Runner uses stdout as default and
file logging is enabled with --logfile [BASENAME] (or --logdir).
2011-08-28 20:01:25 +03:00
Markus Kauppila
f7a79ddf4c Refined install script to be more helpful. 2011-08-28 18:58:13 +03:00
Markus Kauppila
45e6823e5f Created SetUp and TearDown functions for testrwops suite. 2011-08-28 11:55:54 +03:00
Ryan C. Gordon
84d42b9a9f Fixed wrong datatype for shaders and programs.
This is a pointer on Mac OS X, so it risked losing data in 64-bit builds.
2011-08-23 06:27:04 -04:00
Ryan C. Gordon
cfa202c1f5 Fixed another printf() compiler warning, this time in the 1.3 branch. 2011-08-23 03:12:27 -04:00
Markus Kauppila
8632b5f433 Fixed unit float and unit double generators. 2011-08-17 12:57:14 +03:00
Markus Kauppila
7d8de2d4ba Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
to RandomUint32.
2011-08-17 11:44:57 +03:00
Markus Kauppila
38ba3e6433 Fixed an issue with nonexistant function. 2011-08-17 10:34:42 +03:00
Markus Kauppila
cdb6aa7fcf Fixes based on CR.
Some tests in rwops suite broken up to smaller tests.
2011-08-15 21:41:28 +03:00
Markus Kauppila
516b5e80a7 Fixed 'runner > mylog' problem.
Runner will tell if verbose logging is switched on.
2011-08-15 19:40:41 +03:00
Markus Kauppila
d5a4d0b8bd Cleaning up render test suite. 2011-08-15 19:18:59 +03:00
Markus Kauppila
2832493550 Renamed tests in dummy suite. 2011-08-14 21:36:43 +03:00
Markus Kauppila
499e8b0f01 Clean up. 2011-08-14 21:29:00 +03:00
Markus Kauppila
7ebdc0e829 Fixed the exec-key option. 2011-08-14 21:27:47 +03:00
Markus Kauppila
6c319b5d2b Updating dummy test suite. 2011-08-14 21:05:08 +03:00
Markus Kauppila
04b2c7e316 Cleaning up render test suite. 2011-08-14 14:38:19 +03:00
Markus Kauppila
e89d876fc6 Ported tests from "./tests/automated/render" 2011-08-13 19:00:39 +03:00
Markus Kauppila
2df605db29 Added --include-dummy option. 2011-08-13 12:02:22 +03:00
Markus Kauppila
2080edeea3 Fixed the doxygen markup. 2011-08-11 22:26:33 +03:00
Markus Kauppila
9ffc5e8ef0 Cleaned up the rwops test suite. 2011-08-11 22:07:14 +03:00
Markus Kauppila
8e4d708560 Added random number generators for Uint8, Sint8, Uint16, Sint16,
Uint64 and Sint64.
2011-08-11 12:48:45 +03:00
Markus Kauppila
694dda2a12 Added missing doxygen markup to some fuzzer functions. 2011-08-10 20:59:42 +03:00
Markus Kauppila
313edeffaa Fixing previous commit. Forgot to add a few files. 2011-08-10 17:01:22 +03:00
Markus Kauppila
b96fa6da9a Ported rwops test suite. 2011-08-10 16:55:30 +03:00
Markus Kauppila
9c7ff0059f Refactored the fuzzer a bit. 2011-08-10 00:11:38 +03:00
Markus Kauppila
dc97e62cd6 Added boundary value generator functions for Sint8,
Sint16, Sint32 and Sint64.
2011-08-09 23:37:10 +03:00
Markus Kauppila
49879f48fe Disabled an empty test. 2011-08-09 18:45:29 +03:00
Markus Kauppila
04ff51483f Added test suites testevent and testkeyboard. 2011-08-09 18:40:14 +03:00
Markus Kauppila
c6bc7ef7af Added new test suites testvideo, testsyswm and testclipboard. 2011-08-09 18:20:48 +03:00
Andreas Schiffler
68633ef568 Added test cases for SDL_GetNumRenderDrivers and SDL_CreateRenderer and removed stub test case 2011-08-06 13:52:48 -07:00
Andreas Schiffler
9f4544e660 Fixed execKey generation 2011-08-06 12:56:43 -07:00
Markus Kauppila
2af247a29b Fixed typos. 2011-08-06 21:53:22 +03:00
Markus Kauppila
7f2ecaa544 Little fix to help text in configure.ac 2011-08-06 21:48:37 +03:00
Markus Kauppila
7ffad15a4a Trying to fix linux compatibility -> libSDLtest.* is now installed
to /usr/local/lib.
2011-08-06 21:32:59 +03:00