Commit Graph

8 Commits

Author SHA1 Message Date
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
55864d10cb Tests: use 'mkdir -p' 2016-09-02 21:36:45 -07:00
Doug Gregor
823c24b355 [SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last
major piece to be implemented.
2016-07-12 10:53:52 -07:00
Mark Sands
a6518fdfe9 Removes XFAIL linux from top of file 2016-04-21 12:53:20 -05:00
Mark Sands
502db52fc2 Reduces the test case to a more simplified version 2016-04-21 11:47:44 -05:00
Mark Sands
dcc1baec43 Update test to remove dependency on Foundation.
Using APIs from Foundation and the standard library can be a source of
pain and can create fragile tests due to API changes. This reduces the
test case to pure swift and eliminates the use of the standard library APIs.
2016-04-21 10:19:10 -05:00
Joe Pamer
a9106398db XFAIL this Foundation-dependent test on Linux. 2016-04-20 22:55:27 -07:00
Joe Pamer
78db42ea71 When obtaining the decl context for an inherited protocol conformance,
use the inherited conformance's decl context if the conformance type
does not yet have a registered class decl.

(Addresses SR-1267 and SR-1270)
2016-04-20 22:42:29 -07:00