diff options
author | Tamar Christina <tamar@zhox.com> | 2018-11-22 11:43:37 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-22 12:11:16 -0500 |
commit | 67277e7c783dac1fb66d1b113a8b1f2be784b24b (patch) | |
tree | 358707b6342fd944385fd0270718598d22853e26 /testsuite/tests/numeric/should_run/all.T | |
parent | 06a09a5b5764717121be41d32f7b30f58ae33e08 (diff) | |
download | haskell-67277e7c783dac1fb66d1b113a8b1f2be784b24b.tar.gz |
testuite: update more windows tests outputs
Test Plan: ./validate
Reviewers: bgamari, simonmar
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5362
Diffstat (limited to 'testsuite/tests/numeric/should_run/all.T')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index 140fa6c50b..295e81892a 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -41,7 +41,8 @@ test('arith018', normal, compile_and_run, ['']) test('arith019', normal, compile_and_run, ['']) test('expfloat', normal, compile_and_run, ['']) -test('FloatFnInverses', normal, compile_and_run, ['']) +test('FloatFnInverses', [when(opsys('mingw32'), expect_broken(15670))], + compile_and_run, ['']) test('T1603', skip, compile_and_run, ['']) test('T3676', expect_broken(3676), compile_and_run, ['']) |