This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccda73c856b5059a6a8a135332d79716b02232c6
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
AutomationUtils
/
Matchers
History
kevin macaulayvacher
5a23733d8b
Makes the ThreadSanitizer LogEventMatcher and IssueHandler generic to Sanitizers in general and adds support for TSAN and ASAN. Updates the existing TSAN job to use the renamed commandlet and makes the job name clearer that a sanitizer report is being generated.
...
#jira UE-213117 #rb Ben.Marsh [CL 33370008 by kevin macaulayvacher in ue5-main branch]
2024-05-01 07:12:59 -04:00
..
.editorconfig
…
ContentEventMatcher.cs
…
CrashEventMatcher.cs
…
DockerEventMatcher.cs
…
ExceptionEventMatcher.cs
…
ExitCodeEventMatcher.cs
…
GenericEventMatcher.cs
…
GradleEventMatcher.cs
…
LocalizationEventMatcher.cs
…
LogChannelEventMatcher.cs
Adding systemic matcher to "There is not enough space on the disk." errors during LogChannelEvents
2024-03-26 12:04:33 -04:00
MsTestEventMatcher.cs
Horde: Match MSTest errors which contain parameter lists.
2024-04-25 09:23:28 -04:00
SanitizerEventMatcher.cs
Makes the ThreadSanitizer LogEventMatcher and IssueHandler generic to Sanitizers in general and adds support for TSAN and ASAN. Updates the existing TSAN job to use the renamed commandlet and makes the job name clearer that a sanitizer report is being generated.
2024-05-01 07:12:59 -04:00
ShaderEventMatcher.cs
…
SourceFileLineEventMatcher.cs
…
SystemicEventMatcher.cs
Fixing error matcher for locked robomerge gates. Adding a cursor function to look ahead a limited number of times.
2024-03-26 10:13:20 -04:00
UnsecureHttpMatcher.cs
…