diff options
author | Greg Steuck <greg@nest.cx> | 2022-06-18 13:33:10 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-27 08:02:56 -0400 |
commit | 3fbab7572672200bcccb11cd0f0f93b01ae2580d (patch) | |
tree | 1804d354021155ffb147cc44e5bb9a790e76aa03 /libraries | |
parent | 06cf6f4a3c9e520b054b7d83feb622ee15796a94 (diff) | |
download | haskell-3fbab7572672200bcccb11cd0f0f93b01ae2580d.tar.gz |
Remove the traces of i386-*-openbsd, long live amd64
OpenBSD will not ship any ghc packages on i386 starting with 7.2
release. This means there will not be a bootstrap compiler easily
available. The last available binaries are ghc-8.10.6 which is
already not supported as bootstrap for HEAD.
See here for more information:
https://marc.info/?l=openbsd-ports&m=165060700222580&w=2
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/tests/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index fd5e217be9..644c5777a4 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -27,11 +27,11 @@ test('assert', exit_code(1), compile_and_run, ['-fno-ignore-asserts']) test('CPUTime001', fragile(16224), compile_and_run, ['']) test('readLitChar', normal, compile_and_run, ['']) test('unicode001', - when(platform('i386-unknown-openbsd'), expect_fail), + normal, compile_and_run, ['']) test('unicode002', - when(platform('i386-unknown-openbsd'), expect_fail), + normal, compile_and_run, ['']) test('unicode003', normal, compile_and_run, ['']) |