-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Test Suites #2039
base: main
Are you sure you want to change the base?
Android Test Suites #2039
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecfcb35 - Browse repository at this point
Copy the full SHA ecfcb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24603a - Browse repository at this point
Copy the full SHA b24603aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93b133 - Browse repository at this point
Copy the full SHA f93b133View commit details -
Test: Don't mount
testing/output
directory on Android.In Android, the tests are running in fused mode. This means the source directory is not writeable.
Configuration menu - View commit details
-
Copy full SHA for e62145a - Browse repository at this point
Copy the full SHA e62145aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7503e61 - Browse repository at this point
Copy the full SHA 7503e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa3d2b - Browse repository at this point
Copy the full SHA ffa3d2bView commit details -
Test: Skip (un)mountFullPath tests in Android
The tests uses `getSource()` which is not supported when the test program run inside .love file or when fused.
Configuration menu - View commit details
-
Copy full SHA for 6b38118 - Browse repository at this point
Copy the full SHA 6b38118View commit details -
Test: Add necessary skips for mobile devices in love.window tests.
In particular: * `love.window.getMode()` width and height always return the fullscreen dimensions. * Maximization function is undefined/unavailable. * Minimizing in mobile causes the test suites to be paused.
Configuration menu - View commit details
-
Copy full SHA for b61d09d - Browse repository at this point
Copy the full SHA b61d09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a40c9 - Browse repository at this point
Copy the full SHA 51a40c9View commit details -
Test: Skip love.window.restore tests and function that calls it.
love.window.restore causes the app to be minimized in Android, pausing the execution. Note that this may actually work in multi-window scenario but for now skip them.
Configuration menu - View commit details
-
Copy full SHA for f4d8313 - Browse repository at this point
Copy the full SHA f4d8313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5442419 - Browse repository at this point
Copy the full SHA 5442419View commit details