summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2026-08-28test/files-view: Rework slot and view initializationKhalid Abu Shawarib
Turns out the slot and view were disjointed since the slot has its own inner view which is empty by default and going to ignore the view we created if the function nautilus_window_slot_open_location_full() gets called. Added a new function that makes sure that they are connected correctly. This fixes the open-item-location action test.
2026-08-28test/files-view: Add a test for opening a location in search actionKhalid Abu Shawarib
2026-08-28test/properties: Add testsKhalid Abu Shawarib
2026-08-28test/utilities: Add the abilitiy to thumbnail when creating an imageKhalid Abu Shawarib
2026-08-28test/files-view: Add extraction action testKhalid Abu Shawarib
2026-08-28test/image: Add same and different size to fallback testKhalid Abu Shawarib
2026-08-28test/image: Add code for testing source double setting and cache hittingKhalid Abu Shawarib
2026-08-28test/image: Add large image testKhalid Abu Shawarib
2026-07-27test/files-view: Skip test on flatpakKhalid Abu Shawarib
To fix the CI
2026-07-26test/search-engine-localsearch: Use timeout callback that runs only onceKhalid Abu Shawarib
2026-07-26general: Remove unused assignmentsKhalid Abu Shawarib
2026-07-26general: Remove unused variablesKhalid Abu Shawarib
2026-06-27test/thumbnails: Speed up most thumbnails testsKhalid Abu Shawarib
by using old modification time, so that it doesn't wait around for recency cooldown. Still excludes tests where we purposefully want to handle very recent changes. Shaves about 8 seconds of waiting
2026-06-27test/search-engine-localsearch: Fix compilationKhalid Abu Shawarib
2026-06-27test/search-engine-localsearch: Compile test but skip itKhalid Abu Shawarib
This makes it possible keep catching compilation errors.
2026-06-27test/thumbnails: Move to displayKhalid Abu Shawarib
Since it uses display scale for determining thumbnail size Fixes: #4174
2026-06-21test/files-view: Add selection source testsKhalid Abu Shawarib
2026-06-21files-view: Rework selection source to be an enumKhalid Abu Shawarib
Right now it is just a simple boolean that indicates whether the selection was made automatically or manually.
2026-06-03test/bookmarks: Split external and internal bookmark files changes signal testKhalid Abu Shawarib
It wasn't always stopping for the save callback to re-enable the bookmark file monitor, so we just split it into another test. Fixes: #4244
2026-05-26test/bookmark: Add tests for bookmark list changed signalKhalid Abu Shawarib
2026-05-26test-utilities: Ignore already deleted files when clearing temporary test ↵Khalid Abu Shawarib
directories
2026-05-24test/file-operations-rename: Verify that you cannot undo failures and no-opKhalid Abu Shawarib
2026-05-13test/icon-info: Add a new test for icon-infoKhalid Abu Shawarib
2026-04-25test/file-operations-create: Test creation from template with name conflict ↵Khalid Abu Shawarib
resolution
2026-04-23test: Add leak suppressions to test environment variablesKhalid Abu Shawarib
2026-04-23test/thumbnails: Add a test for old modification timeKhalid Abu Shawarib
2026-04-23test/thumbnails: Add test for null modified timeKhalid Abu Shawarib
2026-04-15file: Make some attributes imply othersPeter Eisenmann
Technically this would have the downside of no longer being able to cancel loading of the combined attributes without also cancelling their implied attributes, but this is currently already the case when mapping attributes to Request and is not used anywhere. This is in preparation to replace directory-async's Request with NautilusFileAttributes.
2026-04-15directory: Make file list a file attributePeter Eisenmann
2026-04-15general: Make attribute enum name genericPeter Eisenmann
2026-04-11Flatten test directoriesPeter Eisenmann
2026-04-09test/image: Add tests for NautilusImageKhalid Abu Shawarib
2026-04-09test/utilities: Add a full varient of image creation functionKhalid Abu Shawarib
And move it to test utils
2026-04-09test/utilities: Remove unused declarationKhalid Abu Shawarib
2026-03-24test/archive: Drop unused hierarchyPeter Eisenmann
2026-03-10test/thumbnails: Disable sandboxingKhalid Abu Shawarib
2026-03-10test/thumbnails: Assert thumbnail has not failedKhalid Abu Shawarib
2026-03-10test/thumbnails: Skip tests when there are no PNG thumbnailersKhalid Abu Shawarib
2026-03-10test/thumbnail: Add a test for rethumbnailing after a failed thumbnailKhalid Abu Shawarib
2026-03-10tests/thumbnails: Fix spelling errorKhalid Abu Shawarib
2026-03-10tests/thumbnails: Add test for cancellingKhalid Abu Shawarib
2026-03-10tests/thumbnails: Remove an argument from the image creation functionKhalid Abu Shawarib
2026-03-10tests/thumbnails: Add a test for overwritten thumbnail during thumbnailingKhalid Abu Shawarib
2026-03-10tests/thumbnails: Factor query code into a functionKhalid Abu Shawarib
2026-03-10tests/thumbnail: Use glycin for writing imagesKhalid Abu Shawarib
2026-03-08test/file-operations-archive: Allow cancelled op output to existKhalid Abu Shawarib
Since operation cancellation is inherently racy. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/4115
2026-03-01file-ops: Drop redundant empty function with testPeter Eisenmann
The test was including the whole operation .c file which made it the file that took the compiler the longest to parse.
2026-03-01test/file-util: Add directory empty testPeter Eisenmann
2026-03-01test: Rename file-util testPeter Eisenmann
2026-03-01test/file-util: Bundle filename prefix testsPeter Eisenmann