Commit Graph

11 Commits

Author SHA1 Message Date
Paulo Faria
1ed756ec84 Add sendfile to Glibc 2016-08-21 17:43:20 -07:00
Russell Currey
a16a063ac6 Use TIOCSTI instead of TIOCGWINSZ in Glibc test
validation-test/stlib/Glibc.swift was failing on powerpc64le due to the
missing TIOCGWINSZ symbol.  Since (from what I can tell) this is just a
random tty ioctl, replace it with a different ioctl that should be more
commonly defined.

Signed-off-by: Russell Currey <ruscur@russell.cc>
2016-07-12 16:02:54 +10:00
Mishal Shah
23b646eed2 Update master to build with Xcode 8 beta 2, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs 2016-07-06 10:48:45 -07:00
Umberto Raimondi
7cc29eb019 Glibc validation test now performed also on FreeBSD, fixed 2016-07-05 13:35:23 -04:00
Ben Langmuir
98829a29f7 Revert "Glibc validation test now performed also on FreeBSD"
This broke the test on OS X bots.

This reverts commit c145ac2424.
2016-07-05 10:22:57 -07:00
Umberto Raimondi
c145ac2424 Glibc validation test now performed also on FreeBSD 2016-07-05 11:38:37 -04:00
Umberto Raimondi
bd1a6aeb01 stdlib: added Tty ioctl constants for Darwin/FreeBSD 2016-07-01 17:00:04 -04:00
Slava Pestov
49c54870c1 Serialization: Auto-linking recursively walks modules imported from -sil-serialize-all modules 2016-04-01 12:21:36 -07:00
Erik Eckstein
adef0368bb tests: add import statements to workaround linker errors in all relevant tests.
This is needed if we compile StdlibUnittest with -sil-serialize-all
So far I added the imports only in files which needed them. But this may change, depending on the optimizer (inlining).
Adding them in all files doesn't harm and avoids confusion if someone makes an unrelated change which would result in such a linker error.
2016-01-21 09:59:50 -08:00
Arnold Schwaighofer
4d4329b0e0 Add executable_test to the validation test suite
Swift SVN r29278
2015-06-03 23:28:43 +00:00
Graham Batty
0a73f54e98 Implement a glibc module for StdlibUnittest on linux
Swift SVN r25807
2015-03-06 22:05:13 +00:00