comparison XCodeiPhoneOS/Test/README @ 2460:d4ea76f4fc50 gsoc2008_iphone

added description
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Mon, 18 Aug 2008 18:02:20 +0000
parents fcb9fb150484
children
comparison
equal deleted inserted replaced
2459:c330dcd78e3a 2460:d4ea76f4fc50
1 TestiPhoneOS.xcodeproj contains targets to compile many of the SDL test programs for iPhone OS. Most of these test programs work fine, with the following exceptions:
2
1 testalpha: 3 testalpha:
2 Program crashes. Problem appears to effect Mac OS X as well. 4 Program crashes. Problem appears to effect Mac OS X as well.
3 5
4 testhread: 6 testhread:
5 SIGTERM kills the process immediately without executing the 'kill' function. The posix standard says this shouldn't happen. Apple seems intent on having iPhone apps exit promptly when the user requests it, so maybe that's why(?) 7 SIGTERM kills the process immediately without executing the 'kill' function. The posix standard says this shouldn't happen. Apple seems intent on having iPhone apps exit promptly when the user requests it, so maybe that's why(?)
9 11
10 testpalette: 12 testpalette:
11 "SDL error: blitting boat: Blit combination not supported." Happens on Mac OS X as well. 13 "SDL error: blitting boat: Blit combination not supported." Happens on Mac OS X as well.
12 14
13 testsprite2: 15 testsprite2:
14 SDL_CreateTextureFromSurface requests an ARGB pixel format ... needs ABGR! 16 SDL_CreateTextureFromSurface requests an ARGB pixel format, but iPhone's SDL video driver only supports ABGR.
15 17
16 testwin: 18 testwin:
17 Behaves as it does under Mac OS X ... not sure if that is correctly or not. 19 Behaves as it does under Mac OS X ... not sure if that is correctly or not.
18 20
19 threadwin: 21 threadwin: