Stuart Montgomery

Results 90 comments of Stuart Montgomery

Thank you for this report @marcosgriselli! The example project and data are very helpful. I am investigating this along with @rintaro.

> Does this need to move over to swift-syntax or swift? At this point I do believe it should be transferred to the swiftlang/swift repo. I just tried doing that...

We can wait to transfer. The relevant people know about the issue already.

> Just to share another data point, moving from XCTest to Swift Testing increased our CI test job from 14 minutes to 25 (Xcode 16.2). @NachoSoto Is that measurement including...

It may be helpful to collect the build and runtime measurements separately to break down the time differences more granularly. You can use the `xcodebuild build-for-testing` and `xcodebuild test-without-building` commands,...

Hi, let me catch up with this discussion and PR this morning and I will hopefully merge it

I can research this myself when I have time, but @meatball133 do you happen to know whether the JUnit XML format already has a defined format for representing arbitrary custom...

Can you clarify what mechanism you are using to run a test repeatedly? Are you using the Xcode feature "Run Test Repeatedly…", for example, or do you have a parameterized...

The request here is to introduce a mechanism by which an actively-running test could inspect which iteration it's running. I do think that would require internal modeling and likely API...

> This is trivially solved by us actually setting the default test timeout via `swift test`. I’m not sure that’s quite the same though. This request is about showing a...