Slava Pestov
377c1b9c64
lit.cfg: Set swift_interpreter on Linux since the 'swift' command works
...
This makes some previously-disabled tests pass on Linux.
2016-01-13 23:04:52 -07:00
Joe Groff
4501aac830
Fix Reflection_jit test to match Reflection again
...
Swift SVN r25190
2015-02-11 20:16:43 +00:00
Dmitri Hrybenko
6058d291ca
CMake: allow the SDK overlay to be built separately from the compiler
...
and the stdandard library
rdar://19703353
Swift SVN r25139
2015-02-10 21:57:03 +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
Joe Groff
343f35a81c
Runtime: Make sure the superclass of a class is realized before we instantiate it.
...
Fixes a crash when some programs were run in JIT mode; they instantiated a JITed class before the ObjC subclass was realized. Send a message to super to realize the class before we try to readClassPair it. Fixes rdar://problem/19170232.
Swift SVN r23825
2014-12-10 01:12:29 +00:00