diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 03:19:51 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-17 07:24:40 -0500 |
commit | efc92216f0f961dd86f1fcbc20fd79b4af41e95b (patch) | |
tree | ea6e7df8dceeb9d5cfba03893247c7bb5bf4a62c | |
parent | eb2aa851bc22f5445963b909b2105009a7abb949 (diff) | |
download | haskell-efc92216f0f961dd86f1fcbc20fd79b4af41e95b.tar.gz |
Revert "testsuite: Mark cgrun057 as broken on ARMv7"
This reverts commit 6cfc47ec8a478e1751cb3e7338954da1853c3996.
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index 8f2ed684d0..01516136c2 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -59,7 +59,6 @@ test('cgrun054', normal, compile_and_run, ['']) test('cgrun055', normal, compile_and_run, ['']) test('cgrun056', normal, compile_and_run, ['']) test('cgrun057', [ only_ways(prof_ways), - when(arch('arm'), expect_broken(17554)), extra_run_opts('+RTS -xc') ], compile_and_run, ['']) test('cgrun058', normal, compile_and_run, ['']) test('cgrun059', exit_code(1), compile_and_run, ['']) |