From 89fa44d641e557ea7e37f1a06833551cd7468bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 23 Jan 2026 03:59:42 -0800 Subject: [PATCH] Mark new userevents tests as native AOT incompatible These are all crashing: ``` 11:31:58.741 Running test: tracing/userevents/custommetadata/custommetadata/custommetadata.cmd Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'path1') at System.ArgumentNullException.Throw(String) at System.IO.Path.Combine(String, String, String) at Tracing.UserEvents.Tests.Common.UserEventsTestRunner.ResolveRecordTracePath(String) at Tracing.UserEvents.Tests.Common.UserEventsTestRunner.RunOrchestrator(String, String, Func`2, Int32, Int32) at Tracing.UserEvents.Tests.CustomMetadata.CustomMetadata.Main(String[] args) ``` --- src/tests/tracing/userevents/Directory.Build.props | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/tests/tracing/userevents/Directory.Build.props diff --git a/src/tests/tracing/userevents/Directory.Build.props b/src/tests/tracing/userevents/Directory.Build.props new file mode 100644 index 00000000000000..98e0af61c4f9da --- /dev/null +++ b/src/tests/tracing/userevents/Directory.Build.props @@ -0,0 +1,8 @@ + + + + + true + + +