| Summary: | SDLiPhoneOS.xcodeproj from tip fails test's | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Trent M <thm99> |
| Component: | video | Assignee: | Eric Wing <ewing.bug.sdl> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | vitto.giova |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
|
Description
Trent M
2011-02-20 10:20:03 UTC
I did read the iphoneos.README and noticed this, 4. Remove the ApplicationDelegate.h and ApplicationDelegate.m files -- SDL for iPhone provides its own UIApplicationDelegate. Remove MainWindow.xib -- SDL for iPhone produces its user interface programmatically. But I fail to see where/how MainWindow.xib is created? Hey Eric, can you look at this? Thanks! my environment: Mac OSX, XCode 3.25, iPhoneSDK 4.2 After removing MainWindow from the 'Main nib file base name' in testsdl-info.plist I was able to complete the main in testsdl.c I did receive some failed tests: Current language: auto; currently c Platform : All tests successful (2) SDL_RWops : All tests successful (5) Rect : All tests successful (1) Assert Failed! Blitting blending output not the same (using SDL_BLEND_*). Test Case 'Blit Blending Tests' Test Suite 'SDL_Surface' Last SDL error '' SDL_Surface : Failed 1 out of 4 testcases! Assert Failed! SDL_RenderReadPixels Test Case 'Renderer opengles2' Test Suite 'Rendering with uikit driver' Last SDL error 'That operation is not supported' Assert Failed! SDL_RenderReadPixels Test Case 'Renderer opengles' Test Suite 'Rendering with uikit driver' Last SDL error 'That operation is not supported' Assert Failed! Blended primitives output not the same. Test Case 'Renderer software' Test Suite 'Rendering with uikit driver' Last SDL error '' Rendering with uikit driver : Failed 3 out of 4 testcases! Assert Failed! SDL_CreateWindow Test Case 'Initializing video mode' Test Suite 'Rendering with dummy driver' Last SDL error 'No OpenGL support in video driver' Rendering with dummy driver : Failed 1 out of 1 testcases! SDL_Audio : All tests successful (1) Tests run with SDL 1.3.0 revision 796947 System is running iPhone OS and is little endian (gdb) continue Debugger stopped. Program exited with status value:2 i think that this revision http://hg.libsdl.org/SDL/rev/7cf203db63f6 fixed the reported issue. |