Skip to content

Commit bc74f91

Browse files
committed
Disable coercion tests for the time being.
1 parent 040309f commit bc74f91

13 files changed

+7
-5
lines changed

tests-ghc/all.T

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ test('datamap001', normal, compile_and_run, ['-package containers'])
55
test('datamap002', normal, compile_and_run, ['-package containers'])
66
test('dataintset001', normal, compile_and_run, ['-package containers'])
77
test('sequence001', normal, compile_and_run, ['-package containers'])
8-
test('mapcoerceseq', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
9-
test('mapcoercemap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
10-
test('mapcoercesmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
11-
test('mapcoerceintmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
12-
test('mapcoerceintmapstrict', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])

tests-ghc/unreliable/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
These coerce tests depend on whether RULES are fired or not,
2+
so adding them to general GHC suite might cause testing failures.

tests-ghc/unreliable/coerce_tests

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test('mapcoerceseq', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
2+
test('mapcoercemap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
3+
test('mapcoercesmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
4+
test('mapcoerceintmap', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
5+
test('mapcoerceintmapstrict', when(compiler_ge('ghc','7.9')), compile_and_run, ['-package containers'])
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)