ocaml/testsuite
Xavier Leroy 3ac92c0cee Skip the trigraph test under OpenBSD i386
OpenBSD 6 produces position-independent executables (PIE) by default,
warns when the text segment of a PIE contains relocations
("warning: creating a DT_TEXTREL in a shared object"),
and has no gcc option to turn the warning off.

ocamlopt on i368 produces code that needs relocation, and therefore
triggers the warning every time.

This causes a false alarm in the trigraph.ml test, where we check
that compilation produces nothing on stdout nor stderr.

As a temporary workaround, we skip the trigraph.ml test under
OpenBSD i386.
2017-09-10 16:48:41 +02:00
..
interactive Update headers for the new license. 2016-02-18 16:59:16 +01:00
lib Manual: move Makefile.tools to root directory 2016-04-25 13:19:37 +02:00
makefiles Do not disable warnings by default when compiling tests (#1293) 2017-08-31 14:24:12 +02:00
tests Skip the trigraph test under OpenBSD i386 2017-09-10 16:48:41 +02:00
tools GPR#1281: avoid "@." in location print functions (#1281) 2017-08-10 12:03:22 +01:00
HACKING.adoc testsuite/HACKING.adoc: explain the 'make promote' targets 2017-02-22 10:58:48 -05:00
Makefile testsuite/Makefile: fix parallel after 216119d 2016-04-18 11:54:49 -04:00
typing Fix PR#7113: -safe-string can break GADT compatibility check 2016-03-01 09:35:29 +09:00