You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add platform conditions to module aliasing test
* update comments
* Remove process launch line
* Split test into two
* print output for all platforms
* Skip if build fails
* update output print
* cleanup
* update
// The process from above crashes in a certain env, so print
41
+
// the output for further investigation
42
+
tryXCTSkipIf(result.exitStatus !=.terminated(code:0),"Skipping due to an expected failure being investigated in rdar://88722540\nResult: \(result.exitStatus)\nOutput: \(output)")
0 commit comments