Dmitri Gribenko
9bcd5a1056
Collection.length => .count
2016-01-22 18:41:19 -08:00
Dmitri Gribenko
73ce9ae7e9
Collection.count => .length
...
And other API changes that naturally fall out from this, like
Array(repeating:count:) => Array(repeating:length:).
2015-12-17 15:55:29 -08:00
Erik Eckstein
0830c36974
[tests] add import statements to prevent unresolved symbols when compiling StdlibUnittest with -sil-serialize-all.
...
This is the second part of 308f39fe56 .
It fixes (better: works-around) linker errors when testing in optimized mode.
2015-12-15 10:46:10 -08:00
Slava Pestov
6e5475bbb7
Fixing watchOS simulator test failures
...
Some of the tests had bitrotted, and others no longer worked
because they used frameworks such as CoreAudio that are not
available in the public SDK for watchOS.
Swift SVN r32733
2015-10-16 22:15:34 +00:00
Arnold Schwaighofer
ee0a1d1a58
More executable tests in validation-test
...
Swift SVN r29279
2015-06-03 23:28:45 +00:00
Dmitri Hrybenko
10ab07ade5
Revert "Remove {Dictionary,Set,UnsafeMutableBufferPointer,UnsafeBufferPointer}.count"
...
This reverts commit r28248 while we discuss the change.
Swift SVN r28291
2015-05-07 21:45:28 +00:00
Dmitri Hrybenko
8ac6c7cf8f
Remove {Dictionary,Set,UnsafeMutableBufferPointer,UnsafeBufferPointer}.count
...
These APIs are redundant with APIs that come from protocol extensions.
Swift SVN r28248
2015-05-07 00:30:43 +00:00
Chris Willmore
f121773690
Update preprocessor directive in validation test for AppleTV.
...
<rdar://problem/20559420> validation-test/stdlib/StdlibUnittestStdin.swift fails on appletvsimulator-x86_64
Swift SVN r27336
2015-04-15 23:01:59 +00:00
Dmitri Hrybenko
524f8c4a8c
tests: port StdlibUnittestStdin.swift to Linux
...
Swift SVN r25856
2015-03-08 11:31:21 +00:00
Graham Batty
98be432723
Updating tests and flags for linux
...
Swift SVN r25714
2015-03-03 18:26:20 +00:00
Dmitri Hrybenko
822a1a2833
StdlibUnittest: allow to feed custom stdin input into a test
...
Will be used to test readLine().
rdar://15911365
Swift SVN r25597
2015-02-27 05:59:28 +00:00
Dmitri Hrybenko
1dec9814bb
Revert a chain of work-in-progress commits implementing readLine() that
...
I committed by mistake.
Swift SVN r25224
2015-02-12 02:33:21 +00:00
Dmitri Hrybenko
74e5b71b0f
wip
...
Swift SVN r25222
2015-02-12 02:29:00 +00:00
Dmitri Hrybenko
cdb7850e0a
stdlibunittest stdin wip
...
Swift SVN r25221
2015-02-12 02:28:59 +00:00