Skip to content

Commit

Permalink
T4006, environment001, T3307 all work on msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed May 28, 2014
1 parent 2745dfb commit b95dbb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions libraries/base/tests/IO/all.T
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ test('concio002', reqlib('process'), compile_and_run, [''])

test('T2122', extra_clean(['T2122-test']), compile_and_run, [''])
test('T3307',
[when(msys(), expect_fail), # Doesn't work on MSYS; see #5599
extra_clean(['chinese-file-小说', 'chinese-name'])],
[extra_clean(['chinese-file-小说', 'chinese-name'])],
run_command,
['$MAKE -s --no-print-directory T3307-test'])
test('T4855', normal, compile_and_run, [''])
Expand All @@ -148,8 +147,7 @@ test('encoding003', normal, compile_and_run, [''])
test('encoding004', normal, compile_and_run, [''])

test('environment001',
[when(msys(), expect_fail), # Doesn't work on MSYS; see #5599
extra_clean(['environment001'])],
[extra_clean(['environment001'])],
run_command,
['$MAKE -s --no-print-directory environment001-test'])

Expand Down
3 changes: 2 additions & 1 deletion libraries/base/tests/all.T
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ test('weak001', normal, compile_and_run, [''])
# cat: write error: Permission denied
# Seems to be a known problem, e.g.
# http://mingw-users.1079350.n2.nabble.com/Bug-re-Unicode-on-the-console-td3121717.html
test('T4006', when(msys(), expect_fail), compile_and_run, [''])
# May 2014: seems to work on msys2
test('T4006', normal, compile_and_run, [''])

test('T5943', normal, compile_and_run, [''])
test('T5962', normal, compile_and_run, [''])
Expand Down

0 comments on commit b95dbb5

Please sign in to comment.