diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-04 22:38:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:19:59 -0400 |
commit | 9b5833208bdbac027c960da13bb4184125d596a5 (patch) | |
tree | 0f6da36bec1cce33e32ec4f08340cddf0e77b49c | |
parent | 488187f81babf0b0937aec0c81b132563cbbec4e (diff) | |
download | haskell-9b5833208bdbac027c960da13bb4184125d596a5.tar.gz |
testsuite: Mark T13910 as broken in optasm
Due to #16537.
-rw-r--r-- | testsuite/tests/dependent/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_compile/all.T b/testsuite/tests/dependent/should_compile/all.T index 60f8b7609d..6a848cfc3d 100644 --- a/testsuite/tests/dependent/should_compile/all.T +++ b/testsuite/tests/dependent/should_compile/all.T @@ -40,7 +40,7 @@ test('T12742', normal, compile, ['']) # (1) Use -fexternal-interpreter, or # (2) Build the program twice: once with -dynamic, and then # with -prof using -osuf to set a different object file suffix. -test('T13910', omit_ways(['profasm']), compile, ['']) +test('T13910', [expect_broken_for(16537, ['optasm']), omit_ways(['profasm'])], compile, ['']) test('T13938', [extra_files(['T13938a.hs'])], makefile_test, ['T13938']) test('T14556', normal, compile, ['']) test('T14720', normal, compile, ['']) |