Commit Graph

15 Commits

Author SHA1 Message Date
Karoy Lorentey
e2cfab4f28 [stdlib][test] Adopt availability macros in tests 2021-10-31 15:00:58 -07:00
Guillaume Lessard
54c7f711ba [test] apply the correct availability check
- these tests check for a fix that was released in Swift 5.2
2021-10-01 17:37:54 -06:00
Scott Perry
6c992d91b2 Return nil on applying() failure instead of crashing (rdar://problem/53663769) 2019-08-08 16:50:13 -07:00
Scott Perry
3924d1a99d Merge pull request #25825 from numist/numist/diff-inverse-master
add `CollectionDifference.inverse()` and test coverage
2019-07-09 14:46:20 -07:00
Scott Perry
7041d5c511 Fix build on platforms < (macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) by disabling diffing tests 2019-06-27 15:38:12 -07:00
Scott Perry
3ddfff92a6 add CollectionDifference.inverse() and test coverage 2019-06-27 11:40:46 -07:00
Scott Perry
0fc5d6ad31 Performance improvements and availability updates for Collection.difference(from:using:) 2019-06-26 16:55:29 -07:00
Karoy Lorentey
f414c16255 [test] Add missing runtime availability check around diffing tests 2019-02-27 14:42:12 -08:00
Scott Perry
6e3139b5da Incorporate feedback from @lorentey and @moiseev 2019-02-27 14:05:06 -08:00
Scott Perry
9b45fc46ee Only instanciate one test suite--this was confusing the test framework, causing some strange crashes 2019-02-05 17:10:18 -08:00
Scott Perry
b467e24a9e Apply public documentation and type modifications from proposal acceptance 2019-02-04 13:28:36 -08:00
Scott Perry
df3a058a6f s/shortestEditScript/difference/g per proposal feedback 2019-01-21 22:31:04 -08:00
Scott Perry
c0c068d663 Match indentation style 2019-01-14 15:53:24 -08:00
Scott Perry
7c13fe3fa7 Adapt the last of the Darwin- and XCTest-specific code in the diffing tests 2019-01-14 11:07:17 -08:00
Scott Perry
1af14db552 Initial import of diffing package into standard library 2019-01-13 20:17:20 -08:00