Commit Graph

8 Commits

Author SHA1 Message Date
Mike Ash
e0031d0b8f [Test] Adjust UIViewControllerAdditions to take individual nib files as arguments rather than the enclosing folder.
remote-run doesn't like copying folders. This achieves the same end result without requiring remote-run to copy folders.

rdar://problem/50503952
2019-07-02 11:05:23 -04:00
Max Moiseev
9fc37efee4 [test] renaming test/1_stdlib to just test/stdlib 2016-09-01 16:51:43 -07:00
Jordan Rose
e83c117c30 [test] Hack: run stdlib tests first to start long-running tests earlier.
This decreases total testing time by over a minute on my old Mac Pro.
It probably has much less effect on systems with fewer cores, but shouldn't
be any worse there.

Swift SVN r22745
2014-10-15 01:30:51 +00:00
Greg Parker
b46d8e7539 [test] NSString(UTF8String:) is now failable.
Swift SVN r21733
2014-09-05 00:29:52 +00:00
Anna Zaks
62e0634c2c API Notes: fixup to r21443. This fixes iOS device test.
Swift SVN r21448
2014-08-25 23:56:46 +00:00
Greg Parker
b0e15c09c9 [test] Fix some optional handling chnaged by an API notes update.
Swift SVN r21346
2014-08-21 07:03:10 +00:00
Greg Parker
5209dab8c0 [test] Update tests now that NSStringFromClass() returns demangled names.
Swift SVN r20204
2014-07-19 01:53:26 +00:00
Greg Parker
e2ca13c993 <rdar://16529903> Make UIViewController's nib search find Swift class names.
UIViewController is able to find nib files that have names derived from the 
UIViewController subclass's name. This change modifies UIViewController's 
lookup so it is able to find nib files for Swift class names.


Swift SVN r18470
2014-05-20 23:14:52 +00:00