diff options
| author | Peter Eisentraut | 2000-10-31 19:55:20 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-10-31 19:55:20 +0000 |
| commit | b99ee7f37d41803ac643d525c4e700644ddb6030 (patch) | |
| tree | 8ed656fc59d04e2cdbb55cf5f98a827d2fdf779b /src/test/regress | |
| parent | dc0f5cb09025bf8c5cc3900bfa4738a83457028f (diff) | |
This is the minimal version of the Darwin support patch from
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library
support, regression test map, and the usual template files. The dynamic
loader is missing, the spin lock code apparently doesn't assemble due to
syntax problems, and semaphores are to be hoped for from Apple.
Diffstat (limited to 'src/test/regress')
| -rw-r--r-- | src/test/regress/resultmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index d7c72635796..b274de07f8b 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -12,6 +12,7 @@ float8/.*-qnx=float8-exp-three-digits float8/alpha.*-dec-osf=float8-fp-exception float8/i.86-pc-cygwin=float8-small-is-zero geometry/.*-bsdi=geometry-positive-zeros-bsd +geometry/.*-darwin=geometry-positive-zeros geometry/.*-freebsd=geometry-positive-zeros geometry/.*-freebsd4.0=geometry-positive-zeros-bsd geometry/.*-irix6=geometry-irix @@ -35,6 +36,7 @@ horology/sparc-sun-solaris=horology-solaris-1947 horology/.*-sysv5uw=horology-solaris-1947 int2/.*-aix4=int2-too-large int2/.*-bsdi=int2-too-large +int2/.*-darwin=int2-too-large int2/.*-freebsd=int2-too-large int2/.*-irix6=int2-too-large int2/.*-netbsd=int2-too-large @@ -50,6 +52,7 @@ int2/.*-sysv5uw=int2-too-large int2/.*-beos=int2-range-error int4/.*-aix4=int4-too-large int4/.*-bsdi=int4-too-large +int4/.*-darwin=int4-too-large int4/.*-freebsd=int4-too-large int4/.*-irix6=int4-too-large int4/.*-netbsd=int4-too-large |
