* Rename blacklist to excludelist (requested by high management)
* Support section exclusion rule to be able to exclude entire section of tests (ie PathTracing is only supported on Win64 for now)
* Mark excluded test as skipped in the report instead of entirely removed for test list. Check for exclusion just before running the test.
* Remove NotEnoughParticipant state in favor of Skipped (same conditions lead to Skipped state with appropriate messaging)
* Add support for exclusion management from the Test Automation window. (added a column at the end of each row)
* Expose device information to UE test report
* Add support for metadata in Gauntlet test report for Horde
Limitations:
* Management through the UI is limited to which test is available through in the active worker node. That's mean Runtime only tests are not listed from a worker that is Editor(the default) and platform specific are not clearly identified.
* For platforms, the mechanic to access their config and save it will remain to be done. In the meantime, it needs to be done manually through the target platform config file.
#jira UE-125960
#jira UE-125974
#rb Chris.Constantinescu, Eric.Knapik, Louise.Rasmussen
[CL 17607554 by Jerome Delattre in ue5-main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869240 via CL 10869516 via CL 10869902
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870584 by ryan durand in Main branch]
Fix up nearby cases where ESearchCase::CaseSensitive should have been used
#jira
#rnx
#rb
#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 10309793 via CL 10309818
#ROBOMERGE-BOT: (v593-10286020)
[CL 10309932 by marc audy in Main branch]
- Merge was a little involved, ran SlateViewer and things seem to be working as expected
ListView improvements
- Added horizontal layout option to both SListView and STileView.
- Added smooth inertial scrolling. Doing so naturally requires more refreshes, so it's not intended for use in perf-sensitive scenarios and is disabled by default.
- Added option to establish a consistent fixed offset when scrolling (to, for example, ensure the top item is always flush with the top of the list, or that the bottom 25% of the preceeding item is always visible above). Note that enabling this will override the NavigationScrollOffset property, as the two concepts fully conflict.
- Exposed all new functionality to the UMG counterparts of the slate lists
- Updated SlateViewer's ListView testing tab to include a horizontal list, a horizontal tile view, and options for enabling animated scrolling and fixed offsets. Also tinkered a bit with the default sizing and open tab, as the default size seemed universally too small.
#rb Matt.Loesby, Josh.Gross, Nick.Darnell
[FYI] Matt.Kuhlenschmidt, Chris.Gagnon, Stephan.Jiang, Saad.Nader, Philip.Buuck, Don.Eubanks, Matt.Stone, Geoff.Wong, Ryan.Reed
#ROBOMERGE-OWNER: dan.hertzka
#ROBOMERGE-AUTHOR: dan.hertzka
#ROBOMERGE-SOURCE: CL 7634094 via CL 7642338
#ROBOMERGE-BOT: (v372-7473910)
[CL 7642344 by dan hertzka in Main branch]