-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
Description
Both the main CI scripts do not run the Testing tests yet, which mean it is only tested by some github workflows with the prebuilt snapshot toolchains in that repo. When a CI run or toolchain build is triggered here, the Testing tests are not run on these compiler or corelibs changes.
Additional information
I'm currently building the Oct. 2 trunk snapshot of the Swift toolchain natively on my Android phone using build-script
and unlike most of the other swiftlang repos, the Testing tests are not run. Instead, I have been building the full toolchain first then manually building Testing again and running its tests using the new SwiftPM, but it would be better if this were scripted.
@grynspan and @stmontgomery, let us know if there are any technical obstacles to setting this up.