Mishal Shah
6b8f8267d8
[Test] Update attr_ibaction_ios.swift test to only run on Apple platform
2019-06-05 22:37:01 -07:00
mishal_shah
1e38fc3030
Update master to build with Xcode 11 beta, macOS 10.15, iOS 13, tvOS 13, and watchOS 6 SDKs
2019-06-03 22:50:02 -07:00
David Farler
b7d17b25ba
Rename -parse flag to -typecheck
...
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Dmitri Gribenko
d175b3b66d
Migrate FileCheck to %FileCheck in tests
2016-08-10 23:52:02 -07:00
Arnold Schwaighofer
f7771859d8
Rename the optimize_test feature to executable_test and document that feature.
...
Swift SVN r29213
2015-06-01 23:44:13 +00:00
Arnold Schwaighofer
3643c614a3
Run tests in optimize test modes
...
This runs all files that have a target-build-swift or target-run-stdlib-swift
RUN line in optimize test mode.
Swift SVN r29206
2015-06-01 21:23:31 +00:00
Ted Kremenek
4f6186c218
Adjust relaxed IBAction checking to apply to watchOS as well.
...
Fixes rdar://problem/21093571
Swift SVN r29025
2015-05-26 05:20:53 +00:00
Mark Lacey
1630c074b5
Follow-on to r25524 to fix up iOS tests and another diagnostic.
...
Swift SVN r25531
2015-02-25 07:49:17 +00:00
Chris Lattner
a9e69c0c36
Take a bozooka out to fix <rdar://problem/19932544> refine error for using @autoclosure and @noescape on the same decl
...
We didn't have a consistent way to utter attributes in diagnostics, sometimes saying the
'foo' attribute is not allowed
@foo attribute is not allowed
'foo' is not allowed
@foo is not allowed
etc. Standardize on the last one, since it is clear (with the @ sign, with no quotes, with no
'attribute' word in the diagnostic) that we're talking about an attribute. Move a bunch of
diagnostics inline with this.
Swift SVN r25524
2015-02-25 01:19:04 +00:00
Jordan Rose
4d4f205246
@IBAction can take a single scalar argument on iOS (for WatchKit).
...
rdar://problem/19003052
Swift SVN r23781
2014-12-08 21:29:56 +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
Chris Lattner
bcae024e2d
fix @objc in ios-specific test.
...
Swift SVN r19717
2014-07-09 01:11:58 +00:00
Chris Lattner
ece48b07aa
update test for @objc diagnostics change.
...
Swift SVN r19570
2014-07-04 17:26:33 +00:00
Chris Lattner
2eb92598a7
move test/basic/attr to test/attr, and move the sole name binding test in test/basic/lookup to the test/NameBinding
...
directory. We now have no basic tests, just advanced ones :-)
Swift SVN r17941
2014-05-12 16:48:41 +00:00