summary refs log tree commit diff
path: root/src/test/run-make/no-stack-check
AgeCommit message (Collapse)AuthorLines
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build ↵Dave Huseby-2/+7
working 100%
2015-02-08adapt run-make test suite for openbsdSébastien Marie-0/+5
- c-link-to-rust-staticlib: use EXTRACFLAGS defined by tools.mk for choose the good libraries to link to. - no-stack-check: disabled for openbsd (no segmented stacks here) - symbols-are-reasonable: use portable grep pattern - target-specs: use POSIX form for options when invoking grep - use-extern-for-plugins: disable as OpenBSD only support x86_64 for now
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
2014-10-09Disable no-stack-check test on WindowsKeegan McAllister-0/+6
2014-10-09Add tests for no-stack-check attr and codegen optionKeegan McAllister-0/+58