Arnold Schwaighofer
6eca97add6
Codesign test/Interpreter
2018-08-10 06:58:40 -07:00
Dmitri Gribenko
486cab447d
tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
...
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Dmitri Gribenko
55864d10cb
Tests: use 'mkdir -p'
2016-09-02 21:36:45 -07:00
Dmitri Gribenko
dcadab0abf
Fix tests to work with the new 'FileCheck' substitution
2016-08-10 23:50:57 -07:00
Joe Groff
7535acc86b
Make bridged String and collection types conform to CVarArg.
...
This allows String, Array, Dictionary, and Set to be passed as variadic arguments to Cocoa APIs like NSLog, NSPredicate, stringWithFormat:, etc. rdar://problem/27651717
2016-08-04 07:14:55 -07:00
Joe Groff
11f03cd8b5
Sema: Don't try bridged classes as default literal types.
...
One last bit of SE-0072. We shouldn't fall back to bridged classes in the absence of type context for literals anymore. By itself, this kind of hoses the use of literals with NS types, but I think we can get most of the QoI back with overlay changes I plan to propose following this.
2016-07-29 15:18:31 -07:00
Jordan Rose
402c823ef5
[test] The NSLog test shouldn't fail if NSLog isn't printing to stderr today.
...
In that case, we at least are still testing that our overlay NSLog
is callable and doesn't crash.
rdar://problem/26009042
2016-05-12 16:54:06 -07:00
Chris Willmore
73d5077bae
Add API notes for Foundation following internal Swift 3 naming audit.
2016-04-07 20:35:18 -07:00
Arnold Schwaighofer
859fbc0162
More executable_test for the test directory
...
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Graham Batty
83b4384fac
Update test flags for linux failures and support.
...
Also removed the sdk 'feature' in favour of the more specific
objc_interop.
Swift SVN r24856
2015-01-30 21:31:48 +00:00
Graham Batty
83f27a8af7
Revert "Mark tests that don't pass on linux as XFAIL."
...
This reverts commit 2711ca86de7bf6a7885ccea24219a48a590b1e95.
Swift SVN r23577
2014-11-24 17:42:13 +00:00
Graham Batty
198402dcfe
Mark tests that don't pass on linux as XFAIL.
...
Swift SVN r23573
2014-11-24 17:40:37 +00:00
Ted Kremenek
fad874708e
Adjust test cases.
...
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Joe Groff
01c5eeab94
Foundation overlay: Provide an "NSLog" replacement.
...
Use NSLogv, which we can import and call using DaveA's withVaList hacks, to implement NSLog.
Swift SVN r16664
2014-04-22 21:51:31 +00:00