-
Running SDL3's testautomation.exe in a Windows xo vm fails for the `video_getWindowPixelFormat` test:
```
INFO: 10/01/23 10:37:05: ----- Test Case 22.12: 'video_getWindowPixelFormat' started
INFO:…
-
## Steps to reproduce
The same preconditions as in #8796:
```
$ git describe --tags
release-2.28.0-362-g5e12e4b81
$ podman run --rm -it -w $(pwd) -v $(pwd):$(pwd):rw -v $(pwd)/.git:$(pwd)/.gi…
smcv updated
10 months ago
-
# This bug report was migrated from our old Bugzilla tracker.
**Reported in version:** 2.0.3
**Reported for operating system, platform:** Windows 7, x86_64
# Comments on the original bug report:
O…
-
usage of SDL_SetRenderLogicalPresentation() fails within render_testLogicalSize()
`./test/testautomation --renderer software --filter render_testLogicalSize` is ok
but
`./test/testautomation --re…
-
Running `testautomation` on Android fails when calling `SDL_OpenAudioDevice` at [this location](https://github.com/libsdl-org/SDL/blob/a874f6c9930603a1086869d4da28452caa4b5807/test/testautomation_audi…
-
Since 7f408e57eeb3f194bd7ffaecfc08e1560f2ddc87, when building SDL3 for 32-bit Linux, testautomation segfaults at exit time.
The backtrace is:
```
#0 0xf7aa1736 in pthread_mutex_lock@@GLIBC_2.0 () …
-
To reproduce:
* Have chroots/containers for various Debian derivatives (I used various branches of Valve's Steam Runtime on an autobuilder system)
* Install build-dependencies of SDL3: very simila…
smcv updated
10 months ago
-
# This bug report was migrated from our old Bugzilla tracker.
**Reported in version:** 2.0.3
**Reported for operating system, platform:** Windows 7, x86_64
# Comments on the original bug report:
On…
-
SDL_IntersectFRectAndLine calculates the wrong answer in the following example:
```
SDL_FRect fr = { 2.5f, 1.5f, 15.25f, 12.0f };
float x1 = 5.0f, y1 = 6.0f, x2 = 23.0f, y2 = 6.0f;
SDL_Int…
-
- [ ] pow_baseNZeroExpOddCases
```
----- Test Case 9.62: 'pow_baseNZeroExpOddCases' started
Test Description: 'Checks for pow(-0.0, y), with y an odd integer.'
Test Iteration 1: ex…