mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add README files explaining the differentiable programming test suite. Add lit.local.cfg files so individual tests do not need to add `REQUIRES: asserts` in these directories: - test/AutoDiff/compiler_crashers - test/AutoDiff/compiler_crashers_fixed Motivation: it is important for compiler crasher tests to require assertions enabled, because many of these tests crash on compiler assertions.
This directory tests compiler crashers related to differentiable programming in Swift.
lit.local.cfg checks for asserts as a lit available feature, so there is
no need to add REQUIRES: asserts to individual test files.