Skip to content
Snippets Groups Projects
Commit dc79462d authored by Peter Trommler's avatar Peter Trommler :drum:
Browse files

testsuite: Mark tests broken on powerpc64

parent 571e45d6
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,7 @@ test('keep-cafs-fail',
'KeepCafs2.hs', 'KeepCafsMain.hs']),
when(opsys('mingw32'), expect_broken (5987)),
when(platform('powerpc64le-unknown-linux'), expect_broken(11261)),
when(platform('powerpc64-unknown-linux'), expect_broken(11261)),
when(opsys('freebsd'), expect_broken(16035)),
filter_stdout_lines('Evaluated a CAF|exit.*'),
ignore_stderr, # on OS X the shell emits an "Abort trap" message to stderr
......@@ -470,6 +471,7 @@ test('keep-cafs',
'KeepCafs2.hs', 'KeepCafsMain.hs']),
when(opsys('mingw32'), expect_broken (5987)),
when(platform('powerpc64le-unknown-linux'), expect_broken(11261)),
when(platform('powerpc64-unknown-linux'), expect_broken(11261)),
when(opsys('freebsd'), expect_broken(16035)),
],
run_command,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment