-
-
Notifications
You must be signed in to change notification settings - Fork 924
tests: Import mtasc tests from gnash #21932
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5fad95a
to
6871d35
Compare
Let's submit gnash patches here: https://github.com/ruffle-rs/gnash-testsuite (and change links to that repo) |
6871d35
to
e51ef9a
Compare
Updated to point to repo and made ruffle-rs/gnash-testsuite#1 New folder structure also |
kjarosh
approved these changes
Oct 18, 2025
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Oct 19, 2025
---------------------------------------------------------------------------------- clk.mk 564542420b840ffbaa57845220eda9636f7c330d # Version: Commits on Oct 19, 2025 ---------------------------------------------------------------------------------- Merge pull request #1609 from TomHarte/BBCAdvancedDiscToolkit BBC Micro: add ADT ROM if available., ------------------------------------------------------------------------------------------ duckstation.mk 9977e1dca00724f2f3406bda00ca613f7b89b355 # Version: Commits on Oct 19, 2025 ------------------------------------------------------------------------------------------ FullscreenUI: Disable rewind options when runahead is enabled (#3589), ----------------------------------------------------------------------------------- eden.mk df653d6ca469de48574193eab4398eb04f678916 # Version: Commits on Oct 19, 2025 ----------------------------------------------------------------------------------- [android, tools] remove unused XML strings; add script to find unused XML strings (#2777) ------------------------------------------------------------------------------------- hatari.mk b00976c86bed906594be53f892d6854f4aacf443 # Version: Commits on Oct 19, 2025 ------------------------------------------------------------------------------------- Split screen.c into two files screen.c now only contains SDL-related screen functions, and everything that takes care of converting the ST framebuffer to the host screen now goes into a new file called scrConvSt.c., -------------------------------------------------------------------------------------------- xenia-native.mk a1a33b9939e8bc95555bbecafeac97413b73ddea # Version: Commits on Sept 09, 2025 -------------------------------------------------------------------------------------------- [UI] Set ImGUI clipboard functions to GTK implementations, --------------------------------------------------------------- ruffle.mk nightly-2025-10-19 # Version: Commits on Oct 19, 2025 --------------------------------------------------------------- ## What's Changed * frontend_utils: Implement bundle exporter by @kjarosh in ruffle-rs/ruffle#21956 * tests: Import mtasc tests from gnash by @Dinnerbone in ruffle-rs/ruffle#21932 * frontend_utils: Put desktop-specific code behind features by @kjarosh in ruffle-rs/ruffle#21958 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-10-18...nightly-2025-10-19, ------------------------------------------------------------------------------------ box64.mk 609d5c27b2b2c344a57eec93d8b3078cd61e3b30 # Version: Commits on Oct 19, 2025 ------------------------------------------------------------------------------------ [WRAPPER] Added another listener to waylandclient (for #3071), --------------------------------------------------------------------------------------- corsixth.mk b8514ee6daa85f7b8159938839550861e304f411 # Version: Commits on Oct 18, 2025 --------------------------------------------------------------------------------------- Add the persistable comment header to the new local function. (#3077), ------------------------------------------------------------------------------------------- jazz2-native.mk 60a6b60a0b2c1d59e5c88f7b3d16e9327d3f06f8 # Version: Commits on Oct 18, 2025 ------------------------------------------------------------------------------------------- Big endian, ----------------------------------------------------------------------------------- raze.mk 6fa1f50483cf7b490e9a4b5e9fa513299fff699c # Version: Commits on Oct 19, 2025 ----------------------------------------------------------------------------------- - Use `maphoriz()` to document a horiz constant in Exhumed., ------------------------------------------------------------------------------------------------ libretro-mame-src.mk d9ff89ea6621fbeb53c2dc9c0ce088f4d94a8574 # Version: Commits on Oct 19, 2025 ------------------------------------------------------------------------------------------------ Merge remote-tracking branch 'upstream/master', ---------------------------------------------------------------------------------------- doomretro.mk be89f21a95b0bb0023e58edfaec01e6cf2cd4af5 # Version: Commits on Oct 19, 2025 ---------------------------------------------------------------------------------------- Fix calculating console timestamps, ------------------------------------------------------------------------------------- gzdoom.mk 725efeae702568a7e83004aa4ece57c5859353fb # Version: Commits on Aug 05, 2025 ------------------------------------------------------------------------------------- Fix wide char input. KeyChar should be unsigned for full 16-bit unicode, ------------------------------------------------------------------------------------------ xash3d-fwgs.mk f1fde32c292ee316559eaab7d504e033771cd4ce # Version: Commits on Oct 19, 2025 ------------------------------------------------------------------------------------------ Drop legacy AuroraOS code, ----------------------------------------------------------------------------------------------------- libretro-genesisplusgx.mk 97e931e9257f8ecd9da32704f8bcb6b06ca6ab30 # Version: Commits on Oct 19, 2025 ----------------------------------------------------------------------------------------------------- Migrate GameCube port to libogc2 (#538) * Migrate GameCube port to libogc2 * Stop motor for the right device on GameCube * Handle EOVERFLOW * Fix unmounting FAT devices on Wii,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are the easiest to port over as they don't require movie importing (which we don't have correct yet)
Source code for these is available at https://github.com/Dinnerbone/gnash-testsuit 8000 e/tree/master/testsuite/misc-mtasc.all
Aside from listed below, all other tests pass. I did however ignore the ExternalInterface test as that's not trivially testable in our framework (or FP for that matter).
Failures at time of PR:
Levels
implementsOpTest
TextFieldTest
This value seems to depend on OS, it's 19 on my windows and 18.05 on my linux