Skip to content
Snippets Groups Projects
Commit e9d65641 authored by Thomas Miedema's avatar Thomas Miedema Committed by Ben Gamari
Browse files

Testsuite: mark encoding005 expect_broken(#10623) on Windows

parent 07ac3f8e
No related branches found
Tags Cabal-v1.18.1.5 cabal-install-v1.18.0.6
No related merge requests found
...@@ -145,7 +145,8 @@ test('encoding001', ...@@ -145,7 +145,8 @@ test('encoding001',
test('encoding002', normal, compile_and_run, ['']) test('encoding002', normal, compile_and_run, [''])
test('encoding003', normal, compile_and_run, ['']) test('encoding003', normal, compile_and_run, [''])
test('encoding004', normal, compile_and_run, ['']) test('encoding004', normal, compile_and_run, [''])
test('encoding005', normal, compile_and_run, ['']) test('encoding005', when(opsys('mingw32'), expect_broken(10623)),
compile_and_run, [''])
test('environment001', test('environment001',
[extra_clean(['environment001'])], [extra_clean(['environment001'])],
......
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