Pavel Yaskevich
9bd06af328
[Tests] NFC: Disable GLKit_parse tests due to unexpected warnings on tvOS
2019-08-07 10:51:33 -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
Slava Pestov
1b5778ba68
UNSUPPORTED rather than XFAIL
...
As Jordan pointed out, the frameworks exist in the internal SDK, and
we don't want the tests to fail in this case.
Swift SVN r32734
2015-10-16 22:22:01 +00: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
Chris Lattner
922a7f53b3
consolidate the diagnostics produced by the "Failure" case and the expr walker in CSDiags to
...
get the same wording, fixing <rdar://problem/21964599> Different diagnostics for the same issue
While I'm in the area, remove some dead code.
Swift SVN r30713
2015-07-28 04:43:37 +00: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
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
Dmitri Hrybenko
18f78c5d80
Fix the GLKit_parse.swift test for iOS targets
...
Swift SVN r23926
2014-12-14 11:29:16 +00:00
Joe Groff
a60ae8b8e3
stdlib GLKit overlay: Tweak for better consistency with C interface.
...
GLKVector2 doesn't have 'r' or 'g' components, unlike the longer vector types, and GLKQuaternion has 'x', 'y', 'z', and 'w' components. Thanks Jordan for pointing these out.
Swift SVN r23895
2014-12-12 21:23:12 +00:00