diff options
Diffstat (limited to 'libraries/base/tests/Numeric/all.T')
-rw-r--r-- | libraries/base/tests/Numeric/all.T | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/tests/Numeric/all.T b/libraries/base/tests/Numeric/all.T index a0a9d68382..c4c9bb4646 100644 --- a/libraries/base/tests/Numeric/all.T +++ b/libraries/base/tests/Numeric/all.T @@ -13,7 +13,9 @@ if config.arch == 'i386': else: opts = '' test('num009', [ when(fast(), skip) + , when(wordsize(32), expect_broken(15062)) , when(platform('i386-apple-darwin'), expect_broken(2370)) + , when(platform('powerpc64le-unknown-linux'), expect_broken(13634)) , when(opsys('mingw32'), omit_ways(['ghci'])) ], # We get different results at 1e20 on x86/Windows, so there is # a special output file for that. I (SDM) don't think these are @@ -25,3 +27,4 @@ test('num010', when(platform('i386-apple-darwin'), expect_broken_for(7043, 'ghci')), compile_and_run, ['']) +test('sqrt', normal, compile_and_run, ['']) |