Arnold Schwaighofer
ee0a1d1a58
More executable tests in validation-test
...
Swift SVN r29279
2015-06-03 23:28:45 +00:00
Ted Kremenek
6884540019
Revert "Re-enable validation-test/stdlib/SceneKit.swift."
...
This is failing on the bots.
Swift SVN r28501
2015-05-13 00:24:10 +00:00
Ted Kremenek
86dc008e5b
Adjust test to new #available syntax.
...
Swift SVN r28497
2015-05-12 23:36:13 +00:00
Ted Kremenek
b564dd5e02
Re-enable validation-test/stdlib/SceneKit.swift.
...
Implements rdar://problem/20738811
Swift SVN r28494
2015-05-12 22:56:47 +00:00
Dmitri Hrybenko
b5d0896828
Un-XFAIL a SceneKit testcase, the blocking issue is fixed
...
The whole file is still disabled though, because the fix hasn't been
integrated yet.
Swift SVN r27910
2015-04-29 16:55:34 +00:00
Dmitri Hrybenko
dbf1daeb0a
Finish the SceneKit overlay for -[SCNSceneSource entryWithIdentifier:withClass:]
...
rdar://20384835
Swift SVN r27899
2015-04-29 02:22:31 +00:00
Devin Coughlin
d08b98b1ca
Sema: Turn on availability checking by default
...
Enable checking for uses of potentially unavailable APIs. There is
a frontend option to disable it: -disable-availability-checking.
This commit updates the SDK overlays with @availability() annotations for the
declarations where the overlay refers to potentially unavailable APIs. It also changes
several tests that refer to potentially unavailable APIs to use either #available()
or @availability annotations.
Swift SVN r27272
2015-04-14 06:44:01 +00:00
Greg Parker
67ed0ef62a
[test] Fix typo in validation-test/stdlib/SceneKit.swift for 32-bit.
...
Swift SVN r27074
2015-04-07 07:43:31 +00:00
Dmitri Hrybenko
ed99e14f54
SDK overlay: create an overlay for SceneKit
...
rdar://20384803
rdar://20384835
Swift SVN r27069
2015-04-07 06:41:55 +00:00