Skip to content
Snippets Groups Projects
Commit 749bc1a0 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark T3001-2 as broken on 32-bit platforms

Due to #15063.
parent d1c7239c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@ test('T2592',
test('T3001', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
compile_and_run, [''])
test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
test('T3001-2',
[only_ways(['prof_hb']), extra_ways(['prof_hb']),
when(wordsize(32), expect_broken(15063))],
compile_and_run, ['-package bytestring'])
# For profasm/profthreaded, the answer is correct but the ordering of some
......
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